deadbluekitty
12-05-2005, 04:17 AM
here's my problem...
i want to make it where you click on the image and it pops down a little menu and it works just fine but when you click on the selection in the menu below it goes to a new window and not into the iframe. i did the 'target=newpage' and the script didn't exist on the page!
//Specify your links here- gl(Item text, Item URL)
if (ie5){
gl("JavaScript Kit","knowmetwo.htm")
gl("Dynamic Drive","http://www.dynamicdrive.com")
gl("Free Web Templates","http://www.freewebtemplates.com")
gl("Freewarejava.com","http://freewarejava.com")
gl("MSNBC","http://www.msnbc.com")
gl("Google","http://www.google.com")
gl("Yahoo","http://www.yahoo.com")
gl("CNN","http://cnn.com")
//Extend this list as needed
http://javascriptkit.com/script/script2/dhtmlcombo.shtml
here's the url for the code.
i want to make it where you click on the image and it pops down a little menu and it works just fine but when you click on the selection in the menu below it goes to a new window and not into the iframe. i did the 'target=newpage' and the script didn't exist on the page!
//Specify your links here- gl(Item text, Item URL)
if (ie5){
gl("JavaScript Kit","knowmetwo.htm")
gl("Dynamic Drive","http://www.dynamicdrive.com")
gl("Free Web Templates","http://www.freewebtemplates.com")
gl("Freewarejava.com","http://freewarejava.com")
gl("MSNBC","http://www.msnbc.com")
gl("Google","http://www.google.com")
gl("Yahoo","http://www.yahoo.com")
gl("CNN","http://cnn.com")
//Extend this list as needed
http://javascriptkit.com/script/script2/dhtmlcombo.shtml
here's the url for the code.