English
<!-- Add the following code to the <body> area--> <form name=myform action=myjsp.php> <input type=text name=mytext> <input type=text name=mytext2> <input type= button name=mybutton value=submit onclick=myform.submit()> </form>