hi
please please help:
in HV menu, how can i open the link in a new window?
if i have the line:
Menu1_1=new Array("about","about.htm","",0,20,60);
where do i add "target=_blank"
thanks
lenny
hi
please please help:
in HV menu, how can i open the link in a new window?
if i have the line:
Menu1_1=new Array("about","about.htm","",0,20,60);
where do i add "target=_blank"
thanks
lenny
Assuming that what you have here is correct for just a simple link:
Then this will work:Code:Menu1_1=new Array("about","about.htm","",0,20,60);
Code:Menu1_1=new Array("about","javascript:window.open('about.htm','_blank')","",0,20,60);
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
you saved my life
thank you
Bookmarks