To add the Contact web mail login box to your site, simply copy and paste the following HTML into your web page.
<form name="frmLogin" method="POST" action="http://contact.com.my:8383/login.cgi">
<table border="1" bgcolor="#FFFFCC" cellpadding="5" width="160">
<tr>
<td>
<a href="http://www.contact.com.my:8383">
<img src="http://www.contact.com.my/homeimages/ContactlogoS.gif" alt="Contact WebMail Login" border="0" hspace="25">
</a>
<br>
<input type="hidden" name="page" value="login">
<font size="2"><strong>User Name</strong></font><br>
<input type="text" name="userid" size="17">
<font size="2">
<strong>Password</strong></font>
<br>
<input type="password" name="passwd" size="17">
<br>
<div align="right">
<input type="submit" value="Login">
</div>
</td>
</tr>
</table>
</form> |
|