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:55
Open link in new window
Poster: Masquerade
Dated: Saturday January 29 2005 - 14:35:05 GMT
Hi
I downloaded the menu and have got it working.
Now I have this problem to make a link open in a new window:
Part of the code:
with(milonic=new menuname("Billeder")){
style=menuStyle;
overflow="scroll";
aI("text=Førfest d. 22/01-05;url=/menusample2.php;");
**aI("text=Nytår - 2004/2005;url=billeder/nytaar2004-2005/index.html;");**
This is the last line marked with ** that I need help with.
Normally I use target="_blank" but it dosent work here
//Thanks
Poster: Ruth
Dated: Saturday January 29 2005 - 16:51:49 GMT
Hi,
What browser and OS? I've got win98se, IE5.5 and the following opens a new window:
Code:
aI("text=Nytår - 2004/2005;url=billeder/nytaar2004-2005/index.html;target=_blank;");
Ruth
Hmm wierd
Poster: Masquerade
Dated: Saturday January 29 2005 - 16:57:17 GMT
That worked if I did that! *lol*
I must have done something wrong when I tried it!
Thanks alot!