17/11/2012, 06:35
|
| | | Fecha de Ingreso: febrero-2009 Ubicación: Asturias
Mensajes: 195
Antigüedad: 15 años, 9 meses Puntos: 3 | |
Menu Desplegable con vinculos _blank Hola, alguien sabe como podria hacer que la opcion que escojas en este desplegable te la abra en una ventana nueva y no en la misma?
Gracias.
Código:
<td class="c1" vAlign="top" width="188" height="36">
<form>
<div align="center">
<center>
<table cellPadding="0" class="t1" width="182" height="21" style="border-collapse: collapse" bordercolor="#111111" cellspacing="0">
<tr>
<td height="1" width="35">
<div align="center">
<p style="word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#FFFFFF">
<select name="llista" size="1" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8 pt">
<option selected value="http://alcazarfc.com">
<selecciona></option>
<option value="http://www.asturfutbol.es/">Prueba 1</option>
<option value="http://www.futbolenasturias.com/">Prueba 2</option>
</select></selecciona></font></div>
<selecciona>
</selecciona>
</td>
</tr>
<tr>
<td height="1" width="35">
<p align="center">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#FFFFFF">
<selecciona>
<input name="Submit" onclick="top.location.href=this.form.llista.options[this.form.llista.selectedIndex].value" type="button" value="<< Clic para ver >>" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8 pt"></selecciona></font></td>
</tr>
</table>
</center>
</div>
</form>
</td>
|