View Single Post
  #5 (permalink)  
Old Jul 29th, 2005, 20:03
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Maybe try

Code: Select all

function go(){ 

var temp=document.menu2.combo2 

window.location=temp.options[temp.selectedIndex].value 

}
Reply With Quote