[PHP] Re: auto form submit

2001-11-21 Thread Daniel Berwig
A way to do it is puting a javascript like this at the end of the page: script language=Javascript !-- document.form1.submit(); //-- /script where form1 is the form name you have in the page. When the page is loaded, it will then submit the form. Wm [EMAIL PROTECTED] escreveu na mensagem

[PHP] Re: auto form submit

2001-11-20 Thread Fred
I know of no way to do this automatically with PHP. I think you can pull it off with some javascript. Wm [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi all, if i pass data through a form (post) to a php script(script must be separate from form) is

RE: [PHP] Re: auto form submit

2001-11-20 Thread Chris Kay
-Original Message- From: Fred [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 1:08 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: auto form submit I know of no way to do this automatically with PHP. I think you can

RE: [PHP] Re: auto form submit

2001-11-20 Thread Richard S. Crawford
-Original Message- From: Fred [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 1:08 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: auto form submit I know of no way to do this automatically with PHP. I think you