Ver Mensaje Individual
  #17 (permalink)  
Antiguo 10/07/2006, 11:41
Avatar de alchat24
alchat24
 
Fecha de Ingreso: febrero-2006
Ubicación: Bogotá (Colombia)
Mensajes: 16
Antigüedad: 18 años, 2 meses
Puntos: 0
tiene mucho codigo incompleto, le recomiendo revise bien, y lo que esta abriendo, debe serrarlo....
<html>
<head>
<script language="JavaScript">
function llamada()
{
window.location="default.html"
}
</script>
</head>
<body>
<div id="Layer1">
<form id="form1" name="form1" method="post" action="envio.php">
<input type="text" name="nombre_de_cajita"/>
<input type="submit" name="Submit" value="Enviar" onclick="llamada();" />
</form>
</div>
</body>
</html>