Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:13
Line of code stopping menu
Poster: reggsenterprises
Dated: Thursday February 23 2006 - 21:05:23 GMT
Could someone check out the Milonic aI menu item below? When I add it, the menu does not appear. As soon as I take it out, it works fine. It is quite long. Not sure if that should matter. All it really is is a long url. Thanks.
aI("text=Email Mall to a Friend;itemwidth=110; url=http://pub38.bravenet.com/announce/show.php?usernum=99999999&cpv=2',
'bnettaf','width=525,height=570,scrollbars=yes,top=10,left=150,toolbars=no,resizable=1;status=Email the Mega-Mall to a friend;");
Poster: Migru
Dated: Friday February 24 2006 - 15:19:25 GMT
Hi
at a glance:
is that code syntax free?,- not knowing further details of that syntax.
Michael
Poster: Andy
Dated: Friday February 24 2006 - 15:53:26 GMT
Hi,
Looks like this is what you want:
Code:
aI("text=Email Mall to a Friend;itemwidth=110;url=http://pub38.bravenet.com/announce/show.php?usernum=99999999&cpv=2;target=bnettaf;targetfeatures=width=525 height=570 scrollbars=yes toolbars=no resizable=1;status=Email the Mega-Mall to a friend;");
Seems there was a mixture of stuff in there that shouldn't have been
Poster: reggsenterprises
Dated: Sunday February 26 2006 - 1:31:01 GMT
I need to add the code target="_blank" to this line of code. It seems that wherever and however I add it, I get an error. Can anyone help pinpoint the correct syntax and where it should be put?
Poster: Migru
Dated: Sunday February 26 2006 - 14:54:46 GMT
Hi
there is nothing different available on this issue than what is provided here:
http://www.milonic.com/menusample11.php
(target and targetfeatures, windows, frames etc.)
If this doesn´t work in your environment, then most probably there is something else buggy. I dont´t think for instance it ist target="_blank"; should be target=_blank;
The sample page does not show 100% correct syntax. (Semicolon is missing).
Michael