【发布时间】:2010-12-02 01:09:57
【问题描述】:
我正在使用 SimpleModal,并且正在打开一个 Iframe(使用 ff) 它似乎在 ie9 中工作正常,但在 ff 中它调用 iframe src 两次
感谢您的帮助
我调用的代码看起来像
function addNew(){
var src = "/php/ftp/parsehome.php?dir="+userDir+"&idx=new";
$.modal('<iframe src="' + src + '" height="445" width="800" style="border:0">', {
containerCss:{
backgroundColor:"#E1EFF7",
borderColor:"#00A99D",
height:450,
padding:0,
width:840
},
modal: true
});
}
【问题讨论】:
-
你能解释一下两次调用frame src是什么意思吗?
-
我也有同样的问题。我不知道为什么它两次调用 iframe 的定义 src 而不是一次。它调用它,然后再次调用它
-
这里有同样的问题。这方面有什么进展吗?
标签: iframe simplemodal