Old 02-12-2009, 03:12 PM   #1 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 2
Default frameset problem

I'm a newbie, I know HTML and CSS well but always have this problem.
I have a 2 frames pages, want to have the menu in the left frame and link contents in the right one.
My menu is working fine except the target. Even if I have
<item label="Ship Models" url="ships.html" target="rightFrame"/>
or
<item label="Ship Models" url="ships.html"/>
the page opens always in a new window, as if I had taget="_blank".

My click handler function is
menu_mc.onItemClick= function(node:XMLNode, level:Number){
getURL(node.attributes.url, node.attributes.target);
}

Can anybody help me?
Thnaks
anjutosi is offline   Reply With Quote
Old 02-12-2009, 03:50 PM   #2 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 2
Default this is a browser problem

I'm previewing in IE and I have the problem of a new window.
Loading in Mozilla, it's working fine
anjutosi is offline   Reply With Quote
Old 02-14-2009, 02:25 PM   #3 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,981
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Have you tried this online ? Maybe it just doesn't work locally. Couls you post a sample link here ?
Adrian is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:25 PM.