
10/07/2006, 11:41
|
 | | | Fecha de Ingreso: febrero-2006 Ubicación: Bogotá (Colombia)
Mensajes: 16
Antigüedad: 19 años, 1 mes 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> |