Ver Mensaje Individual
  #7 (permalink)  
Antiguo 09/02/2009, 05:20
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 10 meses
Puntos: 1284
Respuesta: ventana emergente form

Hola:

Deduzco que te has decidido por la segunda solución, y que no haz arreglado lo del target...

Ejemplo:

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/DTD/loose.dtd">
<html>
<head>
<title>
	http://www.caricatos.net/probador
</title>

</head>
<body>
<form name="monform" target="_blank">
<select name="monpoup" onchange="with (this) {form.action = value; form.submit();}" size="10" >
<option value="index1.html">Index</option>
<option value="index2.html">Index</option>
<option value="inde3.html">Index</option>
</select>
</form> 
</body>
</html>
Saludos
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo