i_am_huh
07-13-2003, 12:49 AM
hey all, kind of new to dhtml so no flames please :)
im using a dhtml menu from http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm
the problem im having is i need a couple of the links to open in a new window. _blank dont seem to be doing the job for me. any suggestions? here is the code im working with
dhtmlMenu = new NavBarMenu(120, 0);
dhtmlMenu.addItem(new NavBarMenuItem("link name", "http://www.whatever.com" ));
myNavBar1.addMenu(dhtmlMenu);
thanks for taking the time to read this
im using a dhtml menu from http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm
the problem im having is i need a couple of the links to open in a new window. _blank dont seem to be doing the job for me. any suggestions? here is the code im working with
dhtmlMenu = new NavBarMenu(120, 0);
dhtmlMenu.addItem(new NavBarMenuItem("link name", "http://www.whatever.com" ));
myNavBar1.addMenu(dhtmlMenu);
thanks for taking the time to read this