Hi drgenius,
It come out error.
Actually, I try to store username and password in some places. And then I try to pass the username and password to web site (fill in the "username" & "password" field in web site).
For some simple login web site, I can put "
There are some web site, such as internet banking, they have session ID. So that I cannot use url with parameters.
So that I try to launch the target web site, and then fill the username & password.
Please help.
It is the Tek-tips login, I want to fill in Handle & Password.
-----------------------------------------
<FORM NAME="pass" ACTION="passcheck.cfm" method="post">
<input type="hidden" name="t" value="">
<input type="hidden" name="last" value="">
<input type="text" name="Handle" size=8 maxlength=20><br>
<input type="Password" name="Pass" size=8 maxlength=20><br>PASSWORD<br>
</form>