Menu item TARGET ignored

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
erik_c
Advanced
Advanced
Posts: 10
Joined: Thu Dec 08, 2005 11:06 pm

Menu item TARGET ignored

Post by erik_c »

I just upgraded to the new 5.736 version of the milonic menu, and noticed that the TARGET parameter of the aI() function is working differently.

We have an area with three frames:
<frameset cols="215,*" border="0" framespacing="0" frameborder="0">
<frame src="leftSource" name="side" scrolling="no">
<FRAMESET ROWS="27,*" BORDER="0" FRAMESPACING="0" FRAMEBORDER="NO">
<frame src="topSource" SCROLLING="NO" MARGINHEIGHT="3" MARGINWIDTH="10" name="header">
<frame src="bodySource" name="body">
</FRAMESET>
</frameset>


The menu from the "header" frame drops down over "body" so all of the menu items have "target=_top" appended at the end. This used to work, but since I upgraded the menu version, the only target that seems to work is _blank.

aI("text=Summary Table;url=theURL;status=View a table summary of your form's results.;onfunction=topHintOn('helpMessage');offfunction=topHintOff();target=_top;");

Now, the links to _top open inside _self.
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

FRAMES and TARGET

Post by Migru »

Hi,

this is more or less, what has been reported pls. see

viewtopic.php?t=6839

could not find out, what the reason is, maybe someone of the team will

hopefully

Michael (Migru)
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I've reported it to Milonic so there should be a fix soon.

Ruth
Post Reply