The form is separated from the operation page
When the button is pressed, the click or onclick event is triggered
Pass a unique parameter to the sub-page JSP,
In the sub-page, it is responsible for query and judgment logic,
JSP:FORWARD Tried it and reported an error directly
Sub page
<%
String tf_application= (request.getParameter("t_application"));
%>
<%=tf_application%>
<%
if(tf_application !=null)
{
tf_application = null;
}
%>
<%=tf_application%>
Try to use request or session, how to use onclick attribute on getAtturibute is a question problem
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn