Log in

View Full Version : HV Menu - open link in new window (set dimensions)



jayzinfinity
04-11-2007, 07:43 AM
Hi guys im just trying to modify a script from an old website that im updating.

Basically i have no idea about java so im just tinkering and hoping to get results ive managed to overcome most hurdles and the last challenge is getting the script to open a new window (preferebly with set dimensions").

I did a search and found a couple of codes but couldnt quite do what i asked for.

This is the code i have:

Menu2_1=new Array("rollover:images/portal/images_nav/artwork.gif:images/portal/images_nav/artwork-over.gif","default.htm","",0,18,116);

tech_support
04-11-2007, 07:46 AM
Please give us a full script and demo page so we can help you out.

jscheuer1
04-23-2007, 06:37 AM
Assuming the rest of this was right to begin with:


Menu2=new Array("rollover:images_nav/products.gif:images_nav/products-over.gif","javascript:window.open('gallery.htm','','width=700,height=600')","",11,18,80);

jayzinfinity
05-01-2007, 11:34 PM
Hi sorry for the late reply i only work parttime but thank you that seems to have worked out perfectly!