How to do this, the following code is in PHP, how to do it in JSP
Submit is the name of the submit button is a html form.
if(isset($_REQUEST['Submit']))
{
//Process html form
}
All your help is appreciated
Thanks
undbund
hiwa - 06 Sep 2006 02:25 GMT
undbund のメッセージ:
> How to do this, the following code is in PHP, how to do it in JSP
>
[quoted text clipped - 9 lines]
> Thanks
> undbund
If your JSP is the action of the form, you only need to read the
request parameters values from the form. PHP is a different culture you
better forget it.