在网上查了一下 大概意思是在页面还没有完全加载的情况下,鼠标点击触发了一个生成iFrame的脚本事件。 
tb_show方法调用了插件中声称iframe的脚本事件
其他浏览器没有问题,在ie6下会报错,请问是什么原因,如何解决js <script type="text/javascript">
function resend(id) {
//alert(id);
tb_show("<app:i18n key='page.10.reSendMessage'/>","policyrevert.do?method=resend&id="+id+"&TB_iframe=true&height=180&width=250","");
}
function getSuccDetail(seqId){
tb_show("<app:i18n key='page.10.successDetail'/>","<%=basePath%>/mas_page/sendDataSetail/sendCountAction.do?method=getSucDetailPhone&id="+seqId+"&TB_iframe=true&height=220&width=350","");
}
function getFailDetail(seqId){
tb_show("<app:i18n key='page.10.failtureDetail'/>","<%=basePath%>/mas_page/sendDataSetail/sendCountAction.do?method=getFailDetailPhone&id="+seqId+"&TB_iframe=true&height=220&width=350","");
}
</script>