AdministraciónÃrea del ClienteAnunciosPreguntas Frecuentes - FAQTickets de SoporteDescargas

Preguntas Frecuentes - FAQ
Usted está aquí: Administración > Preguntas Frecuentes - FAQ > Web Hosting > Correo Electrónico > HTML para ingresar al webmail desde su sitio web

HTML para ingresar al webmail desde su sitio web

Utilice este ejemplo para crear un formulario en su sitio web para poder ingresar directamente al webmail sin tener que ir a http://mail.servinetsa.com :

<form name="FrmLogin" method="get" action="http://mail.servinetsa.com/MEWebMail/HooDoo/lang/EN/login.aspx" target="_top" id="FrmLogin">
<input type="hidden" name="Method" id="Method" value="Auto" />
<input type="hidden" name="skin" id="skin" value="HooDoo" />
<input type="hidden" name="LanguageID" id="LanguageID" value="ES" />
<table>
  <tr>
    <td><input name="UserID" type="text" id="UserID" /></td>
  </tr>
  <tr>
    <td><input name="Password" type="password" id="Password" /></td>
  </tr>
  <tr>
    <td><input name="submit" type="submit" value="Ingresar" /></td>
  <tr>
</table>
</form>



¿Fue útil la respuesta?

Agregar a Favoritos
Imprimir éste Artículo

Leer también
Demostración de webmail (Vistas: 3835)