scripts html 3
codigo
<center>
<title>Menú desplagable con opcion de apertura en una ventana nueva</title>
<script language="javascript">
function gothere(){
var thebox=document.mycombowopt
if (thebox.windowoption.checked){
if (!window.newwindow)
newwindow=window.open("")
newwindow.location=
thebox.example.options[thebox.example.selectedIndex].value
}
else
location=
thebox.example.options[thebox.example.selectedIndex].value
}
</script>
<form name="mycombowopt">
<select size="1" name="example">
<option value="http://www.google.com">GOOGLE</option>
<option value="WEB AQUI">TITULO</option>
<option value="http://WEB AQUI">TITULO</option>
<option value="WEB AQUI">TITULO</option>
</select> <input type="button" onClick="gothere()" value="Visitar" /> <br />
<input type="checkbox" value="ON" name="windowoption" /><font size="2" face="Verdana">Abrir en una ventana nueva</font>
</form>
</center>
HOBIE.es.tl
HOBIE