Posting Authentication Variables To A Website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blubeacon
    New Member
    • Nov 2006
    • 1

    Posting Authentication Variables To A Website

    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.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Look at my posted reply in forum entry HTML/CSS at http://www.thescripts.com/forum/post2216963-8.html
    It contains a full version login form.

    Ronald :cool:

    Comment

    Working...