Ver Mensaje Individual
  #9 (permalink)  
Antiguo 19/12/2005, 12:18
Avatar de jair20x
jair20x
 
Fecha de Ingreso: noviembre-2005
Ubicación: Madrid - España
Mensajes: 532
Antigüedad: 18 años, 6 meses
Puntos: 1
Cita:
Iniciado por JavierB
Hola de nuevo.

He probado el código que te puse en mi anterior mensaje y funciona en Firefox, IE y Opera ¿Puedes poner el código que estás usando y el formulario?

Saludos,


este es la pagina que abre


Cita:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
function abrir(){
window.open('v1.htm','','height=200,width=180,left =0,top=970,resizable=1')

}

</script>
</head>

<body onLoad="abrir();">
</body>
</html>


y esta es la que quiero que se envie apenas se habra



Cita:

<html>
<head>
*
</head>
<body onload="javascript:document.jp.submit();">
<form name="jp" onsubmit='processSubmit()' method="POST" action="proceso.asp">

<input width='100%' type='hidden' name='password' value='xxx'>
<input type="hidden" name="initial" id="initial" value="HDN">
<input type='submit' value='dato'>
</form>
</body>
</html>
Saludos