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
class.path = .\java\php_java.jar ;java.home = c:\jdk ;java.library = c:\jdk\jre\bin\hotspot\jvm.dll ;java.library.path = .\ - Original Message - From: Jim Hunter To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 2:51 PM Subject: Re: [PHP-WIN] Form Po

Re: [PHP-WIN] Form Posting from script

2002-08-13 Thread Jim Hunter
You have answered your own question. It doesn't get any simpler than a submit from Javascript. Now the question you need to think about is when do you want the post to occur? Are you going to have then press a link? After the page loads? After the last piece of data is entered? When you know where