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