khan8822
01-30-2006, 11:12 PM
<select name="myjumpbox"
OnChange="location.href=this.options[selectedIndex].value">
<option selected>Please Select...
<option value="http://www.yahoo.com">yahoo.com
<option value="http://www.google.com/">google.com
</select>
what do i need to get this working in firefox?....
it works fine in IE
thanks
OnChange="location.href=this.options[selectedIndex].value">
<option selected>Please Select...
<option value="http://www.yahoo.com">yahoo.com
<option value="http://www.google.com/">google.com
</select>
what do i need to get this working in firefox?....
it works fine in IE
thanks