in reply to
Re: Re: Re: logging in to secure site
in thread logging in to secure site
Here are the relevant parts. They don't seem to be any different from the URL I previously posted.
<form name="Form1" method="post" action="Default.aspx?id=2&Lan=EN&Au=1&Grp=5" id="Form1">
and
<table class="qblock" cellPadding="4" width="300" border="0">
<tr>
<td class="qblock-head" colSpan="2">Member Log
+in (Encrypted)</td>
</tr>
<tr>
<td class="qst">User ID </td>
<td class="qst"><input class=input type=text m
+axLength=50 size=20 value="" name="txtUID" id="txtUID">
</td>
</tr>
<tr>
<td class="qst">Password </td>
<td class="qst"><input class="input" type="pas
+sword" maxLength="50" size="20" name="txtPWD" id="txtPWD">
</td>
</tr>
<tr>
<td class="Naviblockheader" align="middle" col
+Span="2"><input class="input" type="submit" value="log in" name="subm
+it">
</td>
</tr>
</table>