1. jsp calls action redirection
<A href = "$ {base}/web/project! Toprojectpage_xxx.action "> Alt = "lead"/> </a>
@ Result (type = "Redirect", location = "/JSP/project/xxx. jsp", Params = {"entrycomid", "28sf877ds539d3 "},
Name = "toprojectpage_xxx "),
JS: VaR in JSP page
Comid = '<% = request. getparameter ("entrycomid") %> ';
2. jump from JSP to JSP
<A href = \ "/office/JSP/project/ge_project.jsp? Entrycomid = 28sf877ds539d3 & entrydeptid = NULL & stage = 5 "> lead </a>
<%
String comid = request. getparameter ("entrycomid ");
String deptid = request. getparameter ("entrydeptid ");
%>
JS: VaR in JSP page
Entrycomid = '<% = comid %> ';
VaR entrydeptid = '<% = deptid %> ';
<A Title = "return" href = "/office/JSP/project/xxx. jsp? Entrycomid = <% = comid %> & entrydeptid = <% = deptid %> "iconcls = 'icon-back' name =" return_button "class =" return_icon "plain =" true" id = "bace_up_button"
> </A>