Click to See Complete Forum and Search --> : Form Submitting


vbprog40
11-17-2003, 11:03 AM
I have a page and in it is a FRAME. Now, in the frame is a external website page which has a form in it I CAN NOT EDIT.

I wanted to know if there is a way I can Auto input text in that form.

This is the form on the external site:

<form method="post" name ="form" action="postme.php">
Login Name: <input type="text" value="" name="userid">
Password: <input type="password" value="" name="password">
<input name=submitbutton type=submit value="Authenticate">
</form>

Thank you very much!
Chris

96turnerri
11-17-2003, 11:07 AM
do you mean the user name and pword, saved in a cookie and autoatically put in the boxs next visit?

vbprog40
11-17-2003, 11:27 AM
No, sorry for not saying...I am a administrator t ouser accounts. I want to give employees access to a page without giving them my password. So I wanted to now if I can Auto submit them, to the form.

The Values of the User/Pass themselves will reside on the frame page.

thanks again!

96turnerri
11-17-2003, 11:44 AM
set the values of password and username as your user name and password then they just click submit and there in, without displaying your password

vbprog40
11-17-2003, 01:07 PM
Thats the whole thing...I can't edit the External site page...I need a way for Javascript to do it for me. (please read top post)


Thanks