How do I post userid/password information to a website? My basic form looks like this:
<form name="test" action="https://www.wherever.co m/myinfo/?1=/global/en/index.php" method="post">
Userid: <input name="userid" />
Password: <input name="password" />
<input type="submit" name="submit" value="submit" />
</form>
How do I get the userid/password to show up automatically on the website page in the userid/password input boxes on the www.wherever.co m website?
Thanks.
<form name="test" action="https://www.wherever.co m/myinfo/?1=/global/en/index.php" method="post">
Userid: <input name="userid" />
Password: <input name="password" />
<input type="submit" name="submit" value="submit" />
</form>
How do I get the userid/password to show up automatically on the website page in the userid/password input boxes on the www.wherever.co m website?
Thanks.
Comment