hai
can i use the request.getParameter() in the onsubmit method.I need to get the values the button that the user presses.Is there any way.
thankd
aniesh.u.k
hai
can i use the request.getParameter() in the onsubmit method.I need to get the values the button that the user presses.Is there any way.
thankd
aniesh.u.k
Have a Nice day
Yes, you can. Eventually, request.getParameterMap() is interesting for you as well.
Simon