当前位置: 技术问答>java相关
请大家看一看呀~~我这是哪里错了呢??---必须要手动刷新jsp才看见作了删除?
来源: 互联网 发布时间:2015-07-02
本文导语: 但是为什么我在friend.jsp作出删除后页面没变呢~~必须要手动刷新才看见作了删除? 我在friend.jsp里有 function del(string) { if (confirm("您真的要删除吗?")==1) document.location="delfriend.jsp?F_ID="+string; } 其中连接...
但是为什么我在friend.jsp作出删除后页面没变呢~~必须要手动刷新才看见作了删除?
我在friend.jsp里有
function del(string)
{ if (confirm("您真的要删除吗?")==1)
document.location="delfriend.jsp?F_ID="+string;
}
其中连接调用为删除
另在delfriend.jsp里有response.sendRedirect("friend.jsp");
//删除后回到friend.jsp
请哪位大虾帮帮忙哈~~我在线等候哦^_^
我在friend.jsp里有
function del(string)
{ if (confirm("您真的要删除吗?")==1)
document.location="delfriend.jsp?F_ID="+string;
}
其中连接调用为删除
另在delfriend.jsp里有response.sendRedirect("friend.jsp");
//删除后回到friend.jsp
请哪位大虾帮帮忙哈~~我在线等候哦^_^
|
你将friend.jsp中的form中加上target=commfrm ,自己写一个iframe
然后再delfriend.jsp加上
out.println("parent.location="friend.jsp";");
然后再delfriend.jsp加上
out.println("parent.location="friend.jsp";");
|
1、friend页面清除一下缓存
2、delfriend页面也清除一下。返回的时候就
alert("删除成功!");
window.location="list.jsp";
2、delfriend页面也清除一下。返回的时候就
alert("删除成功!");
window.location="list.jsp";
|
你把IE中的Internet选项中internet临时文件设置成每次访问时检查
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。