Soy usuario de Mac y he hecho una Web. El formulario de solicitar información no me funciona con Internet Explorer y sí que me funciona con el Firefox y Safari.
Es verdad que Internet Explorer da errores con el cgi, ¿cómo se puede corregir? Internet explorer es el navegador que más gente utiliza por lo tanto lo debo solucionar...
Os paso el script. El JavaScript que hay es de Google Analitics, para ver estadísticas.
Using html4strict Syntax Highlighting
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>SOLICITAR INFORMACIÓN</title>
- <style type="text/css">
- <!--
- .form {
- font-family: Verdana, Geneva, sans-serif;
- text-align: right;
- font-size: 14px;
- }
- .color {
- color: #090;
- }
- -->
- </style>
- <script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-10663298-1");
- pageTracker._trackPageview();
- } catch(err) {}</script>
- </head>
- <body>
- <form method="POST" action="http://www.inogan.com/scripts/form2mail.pl">
- <table width="506" border="0" align="center" cellpadding="0" cellspacing="15">
- <tr>
- <td class="form"> </td>
- <td> </td>
- </tr>
- <tr>
- <td width="151" class="form">Nombre/Empresa:</td>
- <td width="345"><input type="text" name="nombre" id="nombre" /></td>
- </tr>
- <tr>
- <td class="form">E-mail:</td>
- <td><input name="email" type="text" id="email" size="25" /></td>
- </tr>
- <tr>
- <td class="form">Telf:</td>
- <td><input name="telf" type="text" id="telf" size="15" /></td>
- </tr>
- <tr>
- <td class="form">Província:</td>
- <td><input name="provincia" type="text" id="provincia" size="15" /></td>
- </tr>
- <tr>
- <td class="form">Asunto:</td>
- <td><input name="subject" type="text" id="subject" size="35" /></td>
- </tr>
- <tr>
- <td valign="top" class="form">Comentario:</td>
- <td><textarea name="comentario" id="comentario" cols="45" rows="5"></textarea></td>
- </tr>
- <tr>
- <td valign="top" class="form"> </td>
- <td> </td>
- </tr>
- <tr>
- <td align="right"><input type="submit" value="Enviar" name="B1" /></td>
- <td><input type="reset" value="Restablecer" name="B2" /></td>
- </tr>
- <tr>
- <td><input type="hidden" name="recipient2"
- value="[email protected]" />
- <input type="hidden" name="recipient"
- value="[email protected]" /></td>
- <td> </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
Coloreado en 0.006 segundos, usando GeSHi 1.0.8.4
¡¡¡¡MUCHÍSIMAS GRACIAS POR TODO LO QUE ME PODÁIS APORTAR, EN SERIO!!!!
GRACIAS,
JOANRA.