HTML para ingresar al webmail desde su sitio web Imprimir

  • 153

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?

« Atrás