Help me with this code ?
Hi !!!
<FORM name=MyForm onsubmit="process_input(this.form)
action=MyNewPage.jsp method=post>
I want this process to be automated. Can I achieve this ? If yes, can someone please tell me how ? I did the following modification but it did not work.
<FORM name=MyForm onload="process_input(this.form)
action=MyNewPage.jsp method=post>

