in reply to Re: Re: logging in to secure site
in thread logging in to secure site

I might have been able to if you had submitted enough information, but you didn't so I can't.

In particular, you didn't include the <form> tag, which might tell us the right URL, nor the <submit> tag that would show us if they were playing any further games with javascript.

Before you come back here, look at the form tag, and try to submit to the URL listed in the action field.

Replies are listed 'Best First'.
Re: Re: Re: Re: logging in to secure site
by dannoura (Pilgrim) on Apr 30, 2004 at 16:27 UTC

    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&amp;Lan=EN&amp;Au=1&amp;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 &nbsp;</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 &nbsp;</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>
      From the look of it you must submit a variable "submit" with the value "log in" too. That means your URL must contain "&submit=log+in&" somewhere.