Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/01/2011, 09:21
crash1912
 
Fecha de Ingreso: noviembre-2010
Ubicación: Badajoz
Mensajes: 94
Antigüedad: 13 años, 6 meses
Puntos: 4
Respuesta: Problemas con mailto:

uhm... que raro, tienes en la cabecera de la pag especificada la codificacion UTF-8 o ISO-8859-1?

comprueba que se parezca a esto:

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
    <
head>
       <
meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
       <
title>Titulo</title>
    </
head>
<
body