20/09/2004, 15:23
|
| | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 6 meses Puntos: 5 | |
<script language="javascript">
function abrir_popup(pagina) {
window.open(pagina, "popup", "");
}
</script>
<select name="select" onChange="abrir_popup(this.value)">
<option value="pagina1.html">ver este link</option>
<option value="pagina2.html">ver este link</option>
<option value="pagina3.html">ver este link</option>
<option value="pagina4.html">ver este link</option>
</select>
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |