llamatron
12-21-2003, 08:14 AM
I have a form that I need to fill out a few times and was wondering if I could use PHP to do this.
It is a standard form generated from an .ASP page. I tried to use javascript to fill the form fields out and autosubmit and I'm sure I got the logic right but it came up with an access denied error, presumably due to Javascript security.
Can you do this with PHP?
i.e Get the form page, get PHP to autofill in the fields on the form and then get PHP to autosubmit. Just a simple example should send me on my way.
Thanks.
It is a standard form generated from an .ASP page. I tried to use javascript to fill the form fields out and autosubmit and I'm sure I got the logic right but it came up with an access denied error, presumably due to Javascript security.
Can you do this with PHP?
i.e Get the form page, get PHP to autofill in the fields on the form and then get PHP to autosubmit. Just a simple example should send me on my way.
Thanks.