PDA

View Full Version : Need help with a form coding Question



Endante
08 Mar 2006, 07:35 PM
I have a client that needs a web page created that has 6 different <textarea> form fields that are sent to seperate scripts (hosted on another server as part of a paid service) when the submit button is pressed.

My original thought was to have the entire form sent to a scripted page (PHP by my choice) where I could break the data into 6 smaller pieces and then send it out. My problem is that I do not know how to write a form that will automatically be sent on page creation.

Does anyone know how to create an HTML form that will send without a submit button being pressed? Or know of a resource I could dig through that might have that answer?

P.S. I am also posting this to the scripting forum in case anyone know of a script to do this. If there is a way in regular html then I can write the PHP script to simulate it.