Hi. I have a hidden field with name field_hidden in the form to stop spammers. If this field is filled, I want the form to be discarded or not submitted. How to say this in JSP:
How does the jsp code go there? Thanks in advance!Code:if (request.getParameter(field_hidden) != null) { do not submit the form }


Reply With Quote

Bookmarks