Hi All,
I am trying to (transparent to the user) fill in a html form a press submit. I am trying to prevent the user having to log in every time they visit the page so I intend to store their password and then pass it to the form when needed. Does anybody have any idea how I could achieve this.
Code:
Username: <INPUT TYPE="text" NAME="user_id" SIZE=25 MAXLENGTH=50 tabindex="1">
Password: <INPUT SIZE="25" NAME="password" TYPE="password" tabindex="2">
That is an example of the form I am trying to fill in and the submit button would be as follows:
Code:
<input type="image" alt="Log In" name="Login" src="/images/ci/formbtns/login_off.gif" tabindex="3" border="0">
Any help on this would be brilliant and I have been trying to come up with a solution for some time,
Thanks,
Callaghan001.