surfmarketing
12-02-06, 08:35 PM
I have found a snippet from another billing site and wondering if anyone can get it work:
<form name="loginform" action="http://mywhmcslogin/" method="post">
<table cellpadding="1" cellspacing="0" border="0">
<tr>
<td style="text-align: right;">
Login:
</td>
<td>
<input type="text" name="email" style="width:100"><input type="hidden" name="r_email" value="Username">
</td>
</tr>
<tr>
<td style="text-align: right;">
Password:
</td>
<td>
<input type="password" name="passed_password" style="width:100"><input type="hidden" name="r_passed_password" value="Account Password">
</td>
</tr>
</table>
<input type="submit" value="Login" name="btnSubmit"></div></form>
</TD>
</TR>
</TABLE>
<form name="loginform" action="http://mywhmcslogin/" method="post">
<table cellpadding="1" cellspacing="0" border="0">
<tr>
<td style="text-align: right;">
Login:
</td>
<td>
<input type="text" name="email" style="width:100"><input type="hidden" name="r_email" value="Username">
</td>
</tr>
<tr>
<td style="text-align: right;">
Password:
</td>
<td>
<input type="password" name="passed_password" style="width:100"><input type="hidden" name="r_passed_password" value="Account Password">
</td>
</tr>
</table>
<input type="submit" value="Login" name="btnSubmit"></div></form>
</TD>
</TR>
</TABLE>