Is it possible to post a form automaticly(I mean without clicking the submit button)?
perhaps through a meta "refresh" tag or with JavaScript
I know it doesn't sound like a PHP Q. but it's on a PHP form.
Printable View
Is it possible to post a form automaticly(I mean without clicking the submit button)?
perhaps through a meta "refresh" tag or with JavaScript
I know it doesn't sound like a PHP Q. but it's on a PHP form.
Why would you need to? It's very possible with JavaScript, yes.
I have a page that auto-refreshes to another page and I want to post data to that page without the user seeing the data.
How are you refreshing? I'm not very JavaScript knowledgable, but forms(0).submit(); will submit the form. I'd have to know what you're doing to tell you where it has to go, though.