emsylw
12-10-2003, 04:43 PM
I have used a menu from dynamic drive on my web site that uses javascript which I know nothing about. It works fine, but I want to be able to make the links target to a mini window on my page but I have no idea how to do it.
http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm
the above link is the menu I have used and in the javascript files, the menu is set out like this:
Menu tree
// MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
// For rollover images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg"
.....................................................
Menu1=new Array("Home","index.htm","",0,20,120);
Menu2=new Array("Band","band.htm","",2);
etc
the target I want it to go to is called "cwindow"
does anyone know how I can do this?
any help would be appreciated, thanks :)
http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm
the above link is the menu I have used and in the javascript files, the menu is set out like this:
Menu tree
// MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
// For rollover images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg"
.....................................................
Menu1=new Array("Home","index.htm","",0,20,120);
Menu2=new Array("Band","band.htm","",2);
etc
the target I want it to go to is called "cwindow"
does anyone know how I can do this?
any help would be appreciated, thanks :)