20/09/2013, 12:56
|
| | Fecha de Ingreso: agosto-2013
Mensajes: 150
Antigüedad: 11 años, 3 meses Puntos: 29 | |
Respuesta: Formulario, opcion multiple o menu desplegable Algo sencillo
Código HTML:
Ver original <form name="form1" action="" method="post"> <select name="origen" id="origen" onchange="location.href = this.value;" > <!-- --> <input type="submit" value="Cargar" name="cargar" onclick="location = this.form.origen.value;" >
|