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= 后面的东西
展开
 我来答
coolcoldboy
2009-04-23 · 超过24用户采纳过TA的回答
知道答主
回答量:96
采纳率:0%
帮助的人:71.8万
展开全部
out.print("<script type='text/javascript'>alert('回复留言成功');location.replace('revertMessage.jsp?id="+mId+"');</script>");
tomiscat2009
2009-04-23 · TA获得超过2434个赞
知道小有建树答主
回答量:380
采纳率:0%
帮助的人:538万
展开全部
window.location.href=revertMessage.jsp?id=mId
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式