Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/10/2011, 11:51
kissumisha
 
Fecha de Ingreso: octubre-2011
Mensajes: 4
Antigüedad: 12 años, 7 meses
Puntos: 0
Respuesta: mail() envía 1 mensaje en Firefox, 2 en Internet explirorer y 3 en Webkit

Eso he pensado yo. Pero cuando los clientes me envían consultas también pasa. Al ser PHP no veo que tenga que influir el navegador, pero es que la parte del HTML es muy simple:

Código PHP:
<table width="540" border="0" align="center" cellpadding="0" cellspacing="0">
    <
tr>
      <
td width="19" height="55" background="images/vinetas/amarillo_a1.gif">&nbsp;</td>
      <
td height="55" background="images/vinetas/amarillo_a2.gif" style="font-family:GOODDC__; font-size:40px;">Contactar con nosotros </td>
      <
td width="19" height="55" background="images/vinetas/amarillo_a3.gif">&nbsp;</td>
    </
tr>
    <
tr>
      <
td width="19" background="images/vinetas/amarillo_b1.gif">&nbsp;</td>
      <
td bgcolor="#FFE77D"><form method="get" action="">
        <
p>Puedes escribirnos a contacto@proyectoadopta.com o utilizar el siguiente formulario para tu comodidad. </p>
        <
p>
          <
label>Tu nombre
            
<input name="contacto" size="50" />
            </
label>
        </
p>
        <
p>
          <
label>Correo electr&oacute;nico
            
<input name="email" size="50" />
            </
label>
        </
p>
        <
p>
          <
label>Tel&eacute;fono
            
<input name="telefono" size="20" />
            </
label>
        </
p>
        <
p>
          <
label>Puedes a&ntilde;adir tu consulta aqu&iacute;<br />
            <
textarea name="mensaje" cols="60" rows="10"></textarea>
            </
label>
        </
p>
        <
p>
          <
input type="submit" name="submit" value="Enviar consulta" />
        </
p>
      </
form></td>
      <
td width="19" background="images/vinetas/amarillo_b3.gif">&nbsp;</td>
    </
tr>
    <
tr>
      <
td width="19" background="images/vinetas/amarillo_c1.gif">&nbsp;</td>
      <
td background="images/vinetas/amarillo_c2.gif">&nbsp;</td>
      <
td width="19" background="images/vinetas/amarillo_c3.gif">&nbsp;</td>
    </
tr>
  </
table