[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: 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 [EMAIL PROTECTED]">news:[EMAIL P

RE: [PHP] Re: auto form submit

2001-11-20 Thread Richard S. Crawford
: +61 2 4628 fax: +61 2 4628 8890 > > > >-Original Message- >From: Fred [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, November 21, 2001 1:08 PM >To: [EMAIL PROTECTED] >Subject: [PHP] Re: auto f

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

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