RT,页面内js大致如下:
<script language="javascript">
window.onbeforeunload=ee;function ee()
{
    window.location.href="xxxxxxxx.jsp"
}</script>当我关闭页面的的时候,要求执行ee。
可是结果是ee肯定能被执行,但里面的location.href有时会执行,有时却不执行!(JSP不是显示页面只是处理的不做显示)
请问有没碰到过类似问题的能指点下!