Hi,
I cant get target="_top" to work in a drop down menu selectable list, does anyone know if target works in this situation?
<FORM NAME="nav">
<SELECT NAME="SelectURL" style="width:11.38em" align="left" onChange="document.location.href=document.nav.SelectURL.options[document.nav.SelectURL.selectedIndex].value">
<OPTION VALUE=" target="_top">the menu option
</SELECT>
</FORM>
Maybe my code is wrong in some way? Any help would be apprieciated!
S
I cant get target="_top" to work in a drop down menu selectable list, does anyone know if target works in this situation?
<FORM NAME="nav">
<SELECT NAME="SelectURL" style="width:11.38em" align="left" onChange="document.location.href=document.nav.SelectURL.options[document.nav.SelectURL.selectedIndex].value">
<OPTION VALUE=" target="_top">the menu option
</SELECT>
</FORM>
Maybe my code is wrong in some way? Any help would be apprieciated!
S