--- Original Message -
From: "GeneralX" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 11:53 AM
Subject: [PHP] Form Posting from script
How do you post a form without actually waiting for submit button to be
pressed? Got a CGI expecting a form pos
How do you post a form without actually waiting for submit button to be pressed? Got
a CGI expecting a form post, all the fields are already available as hidden type in a
form, and just need to be send it.
I know you can use Java as such:
document.forms[0].submit();
2 matches
Mail list logo