Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/04/2003, 04:59
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses
Puntos: 61


A ver si esto te funciona!


Código:
<html>
<head>
<script>
if(!opener){formulario=window.open("formulario.html","","width=800,height=300");
history.back(1);
}
</script>

<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
var ns4 = (document.layers)? 1:0;
var ie4 = (document.all)? 1:0;

Width = 550
Height =500


if (ns4){
window.captureEvents(Event.RESIZE);
window.onresize = ResizeIt;
}

function ResizeIt(){
location.reload();
}

if (ie4)
{
window.resizeTo(Width,Height)
window.moveTo(screen.width/4 - Width/4 , screen.height/4 - Height/4)
}
else
{
window.resizeTo(Width,Height - 100)
window.moveTo(10,10)
}
function redireccion(){
location.href='gracias.htm';
}

//-->
</script>
<style type="text/css">
<!--
.todo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000" marginheight=0 topmargin=0 marginwidth=0 leftmargin=0>
<font face="Arial"> </font> 
<table width="100%" cellpadding="10" cellspacing="0" border="1" class="todo" bgcolor="#F5F5F5" bordercolor="#FFFFFF" height="100%">
<form action="http://gestiondecuenta.com/formularios/check.php"
      method="post"
      onSubmit="redireccion()">
<tr width="100"> 
<td valign="top" colspan="2" height="102" bgcolor="#FFFFFF"><font face="Arial"><img src="../Aplicaciones/Dreamweaver%203/sites/precomar%20carpeta/logo111.jpg" width="284" height="80"> 
</font></td>
</tr>
<tr width="100"> 
<td width="268" height="49" valign="top"> 
<div align="right"><font face="Arial"> Nombre y apellidos: </font></div>
</td>
<td width="519" valign="top"> <font face="Arial"> 
<input type="text" name="nombre y apellidos" class="todo">
</font></td>
</tr>
<tr width="100"> 
<td valign="top" height="49"> 
<div align="right"><font face="Arial"> Dni: </font></div>
</td>
<td valign="top"> <font face="Arial"> 
<input type="text" name="dni" class="todo">
</font></td>
</tr>
<tr width="100"> 
<td height="49" valign="top"> 
<div align="right"><font face="Arial"> Domicilio: </font></div>
</td>
<td valign="top"> <font face="Arial"> 
<input type="text" name="domicilio" class="todo">
</font></td>
</tr>
<tr width="100"> 
<td height="49" valign="top"> 
<div align="right"><font face="Arial"> e-mail y Tf. de contacto: </font></div>
</td>
<td valign="top"> <font face="Arial"> 
<input type="text" name="e-mail y Tf. de contacto" class="todo">
</font></td>
</tr>
<tr width="100"> 
<td height="49" valign="top"> 
<div align="right"><font face="Arial"> comentarios: </font></div>
</td>
<td valign="top"> <font face="Arial"> 
<input type="text" name="comentarios" class="todo">
</font></td>
</tr>
<tr width="100"> 
<td height="51" valign="top">  </td>
<td valign="top"> <font face="Arial"> 
<input type="hidden" name="asunto" value="Envío formulario desde precomar.org">
<input type="hidden" name="redirigir" value="http://www.precomar.org/gracias.htm">
<input type="hidden" name="recipe" value="[email protected]">
<input type="hidden" name="required" value="">
<input type="hidden" name="dominio" value="precomar.org">
<input type="SUBMIT" value="Enviar" class="todo" name="SUBMIT">
</font></td>
</tr>
</form>
</table>
</body>
</html>
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.