Hi Nahwed-

We do this on our home page, and many of our customers use it. It works with version 8.1x, at least. You can use a simple HTML form, like this:

<FORM NAME="logon" METHOD="POST" ACTION="http://<<<your_webmail_URL>>>/login.cgi">
<font face="Arial,tahoma,verdana">
<INPUT TYPE="hidden" NAME="page" VALUE="login">
</font>
<table border="1" cellpadding="1" cellspacing="0" bgcolor="#FFFFF7">
<tr>
<td align="right"><FONT SIZE="1" FACE="Arial,tahoma,verdana">E-Mail Address:</FONT></td> <td align="left"><FONT SIZE="1" FACE="Arial,tahoma,verdana"><INPUT TYPE="text" SIZE="18" NAME="userid"></font></td>
</tr>
<tr>
<td align="right"><FONT SIZE="1" FACE="Arial,tahoma,verdana">Password:</FONT></td> <td align="left"><FONT SIZE="1" FACE="Arial,tahoma,verdana"><INPUT TYPE="password" SIZE="18" NAME="passwd"></font></td>
</tr>
<tr>
<td align="right" colspan="2"><font face="Arial,tahoma,verdana"><INPUT TYPE="submit" VALUE="Logon"></font></td>
</tr>
</table>
</FORM>

-Dave Doherty
Skywaves, Inc.



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to