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>

[401 byte] By [ebzKhana] at [2007-11-26 16:26:54]
# 1
try to put that onload="process_input(this.form) in the body tag
Ori-Gila at 2007-7-8 22:51:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...