Ver Mensaje Individual
  #14 (permalink)  
Antiguo 01/01/2005, 13:17
mon
 
Fecha de Ingreso: febrero-2003
Mensajes: 506
Antigüedad: 21 años, 2 meses
Puntos: 0
Ahora como te decía, al pinchar en siguiente que debería salir la hoja ya con el formulario y la información deseada ya metida solo me sale esto:
[objet], casi seguro que me falta algo en la página que recibiría estos datos ya que no sé como ponerlo mira el código de la pagina que recibiría los datos es

33201meinteresa2005.php
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>CONTACTE CON NOSOTROS</title>


</head>

<body >
<?
  $_POST
['fecha'];
  
$_POST['referencia'];
  
$_POST['fecha'];
  
$_POST['descripcion'];
  
  
?>
<table width="100%" cellpadding="0"  cellspacing="0" id="central">
  <tr>
    <td height="26">&nbsp;</td>
  </tr>
  <tr>
    <td height="84"><br>
    <img src="/Images/logo.jpg" width="200" height="58"></td>
  </tr>
  <tr>
    <td height="25"><div align="center"></div></td>
  </tr>
  <tr>
    <td><form name="form1" method="post" action="modulos/33201resultadocontactar2005.php">
      <table width="50%" height="447"  border="0" align="center" cellspacing="5" bgcolor="#A6D9FF">
        <tr>
          <td height="29"><div align="right">Fecha</div></td>
          <td><input name="textfield" type="text" value="<? echo $registro['fecha']?>"></td>
        </tr>
        <tr>
          <td height="29"><div align="right">Ref.</div></td>
          <td><input name="referencia" type="text" id="referencia" value="<? echo $registro['referencia']?>"></td>
        </tr>
        <tr>
          <td width="16%" height="29"><div align="right" class="Estilo8">NOMBRE</div></td>
          <td width="78%"><input type='text' name='nombre'></td>
        </tr>
        <tr>
          <td height="29"><div align="right" class="Estilo8">APELLIDOS</div></td>
          <td><input name='apellido' type='text' id="apellido"></td>
        </tr>
        <tr>
          <td height="29"><div align="right" class="Estilo8">DIRECCI&Oacute;N</div></td>
          <td><input name='direccion' type='text' id="direccion"></td>
        </tr>
        <tr>
          <td height="29"><div align="right" class="Estilo8">TEL/FAX</div></td>
          <td><input type='text' name='telefono'></td>
        </tr>
        <tr>
          <td height="45"><div align="right" class="Estilo8">E-MAIL</div></td>
          <td><font color="#FFFFFF" >
            <input name='email' type='text' id="email">
          </font></td>
        </tr>
        <tr>
          <td height="26" valign="top"><div align="right" class="Estilo8">COMENTARIOS </div></td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td height="109" colspan="2" valign="top"><textarea name="descripcion" cols="50" rows="5" id="descripcion" value="<? echo $registro['descripcion']?>"></textarea></td>
        </tr>
        <tr>
          <td height="38"><input name="Submit" type="reset" class="FORMULARIO" value="Borrar"></td>
          <td><input name="Submit" type="submit" class="FORMULARIO" value="Enviar"></td>
        </tr>
      </table>
      <div align="left"></div>
      </form></td>
  </tr>
</table>
</body>
</html>
Una vez más te agradezco enormemente las molestias que te estás tomando, muchas gracias.