I have created a static html page that has form data associated with it. I am using the POST method to submit this form. Currently the user needs to click on the Submit button to send this form and data to its destination.
Is there a way that I can send this html form along with the data to its detsination without the user having to click on submit. The html page will be called from a database and I want the form submitted automatically (no need to hit submit).
Any help will be much appreciated
Thanks
Jim
Is there a way that I can send this html form along with the data to its detsination without the user having to click on submit. The html page will be called from a database and I want the form submitted automatically (no need to hit submit).
Any help will be much appreciated
Thanks
Jim