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
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