Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/05/2003, 17:10
Fom_ar
 
Fecha de Ingreso: agosto-2002
Mensajes: 80
Antigüedad: 21 años, 8 meses
Puntos: 0
Este es el form

Para probar tengo esto en el html llamado: prb_post.html y dice

<body>
<form action="prb_recibe_post.html" method="post">
<input type="text" name="cVar" value="ingresa algo">
<input type="submit">
</form>
</body>

el resto de los tags están completos.

y en prb_recibe_post.html tengo:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Page title</title>
</head>
<body>
<input type="text" name="cVar">
</body>
</html>

Termino de probarlo en mi sitio usando el servidor de geocities y me da el mismo mensaje que con Apache en mi PC. Evidentemente no es el servidor, algo pasa con el html "prb_recibo_post.html".
Gracias por las molestias, y espero respuestas.
Fer.

Última edición por Fom_ar; 07/05/2003 a las 17:14