JSP中out.print("<script type='text/javascript'>location.replace</script>");
我的页面是一个manager.jsp处理页面有个问题比如说a.jsp?id=1传过来一个参数id=1-----------------------------------...
我的页面是一个 manager.jsp 处理页面
有个问题
比如说 a.jsp?id=1 传过来一个参数 id=1
---------------------------------------------
String msgId=(String)session.getAttribute("id");
int mId=Integer.parseInt(msgId);
String sql="insert **********"; //SQL命令中使用了这个参数id
//添加成功后 我向让 manager.jsp 处理页面 仍然返回a.jsp?id=1页面
out.print("<script type='text/javascript'>alert('回复留言成功');location.replace('revertMessage.jsp?id=mId');</script>");
---------------------------------------------------
location.replace('revertMessage.jsp?id=mId') 这里可以这样写吗??
如果不对 应该怎么写 id= 后面的东西 展开
有个问题
比如说 a.jsp?id=1 传过来一个参数 id=1
---------------------------------------------
String msgId=(String)session.getAttribute("id");
int mId=Integer.parseInt(msgId);
String sql="insert **********"; //SQL命令中使用了这个参数id
//添加成功后 我向让 manager.jsp 处理页面 仍然返回a.jsp?id=1页面
out.print("<script type='text/javascript'>alert('回复留言成功');location.replace('revertMessage.jsp?id=mId');</script>");
---------------------------------------------------
location.replace('revertMessage.jsp?id=mId') 这里可以这样写吗??
如果不对 应该怎么写 id= 后面的东西 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询