25/03/2004, 12:06
|
| | Fecha de Ingreso: marzo-2004
Mensajes: 6
Antigüedad: 20 años, 7 meses Puntos: 0 | |
Probé como dices:
<FORM>
<SELECT NAME="liste1" SIZE="1">
<OPTION SELECTED VALUE="">-------- Links to visit --------
<OPTION VALUE="link1.html" target="marco">My first link
<OPTION VALUE="link2.html" target="marco">My second link
</SELECT>
<INPUT TYPE="button" VALUE="Go"
onClick="if (form.liste1.selectedIndex != 0)
location = form.liste1.options[form.liste1.selectedIndex].value;
else
alert('Please choose a menu item')">
</FORM>
<iframe name="marco">
Pero no me funciona, algo debo de estar haciendo mal.
Saludos, gracias por responder |