Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/11/2008, 20:44
guallox
 
Fecha de Ingreso: noviembre-2008
Mensajes: 154
Antigüedad: 16 años, 4 meses
Puntos: 2
Pregunta pequeña duda con <select>

hola
Tengo esto:
Código HTML:
<html>
	<head>
		<title>Seleccion de resolucion</title>
	</head>
	<body>
		<center>
			<select>
				<optgroup label="Pc's o Portátiles">
					<option>800X600</option>
					<option>1024X768</option>
					<option>1280X600</option>
					<option>1280X720</option>
					<option>1280X768</option>
					<option>1280X800</option>
				</optgroup>
				<optgroup label="Dispositivos Portátiles">
					<option>PSP</option>
				</optgroup>
			</select>
		</center>
		<center>
			<br><input type="button/submit(?)" value="entrar" onClick="(?)">
		</center>	
	</body>
</html> 
Y dos preguntas:
¿que deberia usar en input type? ¿button o submit?
¿Como puedo hacer para ke al hacer click en el boton acceda a una web asignada a la opcion seleccionada?

Agradezco vuestra ayuda