Hi
I have a form on one page, that successfully passes text from a form page to another. With the code below, I can successfully process this information.
<FORM NAME="formname">
<form action=""><b>process: </b><input id="processme" NAME="textname" type="text" size="20"><input value="Submit" onClick="processIndex(); return false;" type="submit">
</form>
How can I get the form to process itself automatically on loading, thus removing the need for a button?
Thanks
I have a form on one page, that successfully passes text from a form page to another. With the code below, I can successfully process this information.
<FORM NAME="formname">
<form action=""><b>process: </b><input id="processme" NAME="textname" type="text" size="20"><input value="Submit" onClick="processIndex(); return false;" type="submit">
</form>
How can I get the form to process itself automatically on loading, thus removing the need for a button?
Thanks