Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/05/2009, 03:11
jota2
 
Fecha de Ingreso: diciembre-2003
Mensajes: 474
Antigüedad: 20 años, 4 meses
Puntos: 5
Respuesta: mailto no funciona en explorer

Os pongo el código para ver si podéis decirme algo:

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>


</HEAD>
<BODY>
<form action="mailto:[email protected]" method="post" name="Ejemplo">
Nombre: <input type="text" name="Nombre" maxlength="150" /><br />
<input type="submit" value="Enviar" name"boton" id="boton" />
</form>
</body>
</html>
Gracias otra vez