Re: [PHP-WIN] Form Posting from script

2002-08-13 Thread GeneralX
Great!!! It works!!! Thanks!!! - Original Message - From: Jim Hunter To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 5:07 PM Subject: Re: [PHP-WIN] Form Posting from script The solution I provided does not require Java. Java and

Re: [PHP-WIN] Form Posting from script

2002-08-13 Thread Jim Hunter
--- From: GeneralX Date: Tuesday, August 13, 2002 14:20:16 To: Jim Hunter; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Form Posting from script Once a user has submitted all info, my action page confirms the inputs then sends out confirmation email and to the CGI requiring the info for processing

Re: [PHP-WIN] Form Posting from script

2002-08-13 Thread GeneralX
Date: Tuesday, August 13, 2002 12:40:45 To: [EMAIL PROTECTED] Subject: [PHP-WIN] 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 post, all the fields are already available as hidden type in a

Re: [PHP-WIN] Form Posting from script

2002-08-13 Thread Jim Hunter
P-WIN] 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 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.fo

[PHP-WIN] Form Posting from script

2002-08-13 Thread GeneralX
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();