shaver80
10-19-2005, 07:42 PM
I have a dynamic menu connected to a bunch of URLS using a 2 dimensional array. Some of them I want to open in a new window but the usual "_blank" doesn't seem to work. Any suggestions. Here is a sample of the array for the subnav buttons.
// Links for Sub Nav
subLinks = new Array();
subLinks[0] = new Array("http://www.awebsite.html","http://www.awebsite2.html");
subLinks[1] =new Array("http://www."http://www.bwebsite.html","http://www.bwebsite2.html");
subLinks[2] = new Array("http://www.awebsite.html","http://www.awebsite.html","http://www.awebsite.html");
each one has about 4 or five URLS but I didn't type them all in.
Any help would be awesome.
Thanks
// Links for Sub Nav
subLinks = new Array();
subLinks[0] = new Array("http://www.awebsite.html","http://www.awebsite2.html");
subLinks[1] =new Array("http://www."http://www.bwebsite.html","http://www.bwebsite2.html");
subLinks[2] = new Array("http://www.awebsite.html","http://www.awebsite.html","http://www.awebsite.html");
each one has about 4 or five URLS but I didn't type them all in.
Any help would be awesome.
Thanks