jquery.popup 弹出框 IE6 上重复刷新有关问题

jquery.popup 弹出框 IE6 下重复刷新问题

今天在项目中,遇到了这么一个问题,用jquery.popup 做的 弹出框,在IE6下,页面一直刷新,一直在加载,后来把

jquery.popup.js文件里 下面的这段代码注释掉,问题就解决了。

        //if ($.browser.msie && $.browser.version < 7) {
      //  this.ieframe = $('<iframe class="popupPanel_ieframe" frameborder="0" src="#"></iframe>')
       //   .css({ position: "absolute", display: "none", zIndex: 99 })
       //   .insertBefore(this.popupPanel);
       // this.rootLayers = this.rootLayers.add(this.ieframe);
      //};