<script>
    <!--
        function returnHall(){
          //响应返回购物大厅事件.
         window.open("index.jsp","_self");
        }    -->
</script>------问题:响应按钮事件,加入"_self"就提示下面错误信息:The request cannot be recorded most likely because the NetBeans HTTP Monitor module is disabled. To fix this problem, go to the IDE and either set your server not to use the HTTP Monitor in the Server Manager or enabled the HTTP Monitor module in the Module Manager (under the Web module category). 
请求不能被记录最有可能是因为NetBeans HTTP监视器模块被关了 
为解决这个问题,去IDE或设置服务器在Server Manager中不使用HTTP监视器 
或在模块管理中(在Web模块分类下)打开HTTP监视器模块 问题:
可是如何去IDE或设置服务器在Server Manager中不使用HTTP监视器 或在模块管理中(在Web模块分类下)打开HTTP监视器模块 谢谢~