Open GoogleCodeExporter opened 9 years ago
在Iframe中执行关闭穿越的对话框后,无法再次打开对话框
Original comment by bwf...@sina.com
on 18 May 2010 at 2:57
在Iframe中执行关闭穿越的对话框后,无法再次打开对话框
我也碰到同样的问题, 继续解决。我的邮箱 haijun.qin@gmail.com
Original comment by haijun....@gmail.com
on 19 May 2010 at 3:32
恩,问题 解决了。
http://bbs.51js.com/viewthread.php?tid=87185
Original comment by haijun....@gmail.com
on 19 May 2010 at 3:38
v3 预览版:http://www.planeart.cn/?p=828
Original comment by 1987.tan...@gmail.com
on 23 Aug 2010 at 8:57
var testDialog = art.dialog({
id: 'testDialog01',
title:'sadf',
content: '我初始化后会返回控制接口,请注意接收'
});
这个testDialog无效啊。
只能用art.dialog.get('testDialog01')来获取了。
Original comment by goodqin...@163.com
on 29 Mar 2011 at 6:01
IE下Iframe有问题,无法载入指定页面.
代码: <a href="JavaScript:;"
onclick="art.dialog.open('_doc/login_iframe.html', {title: '提示555'},false)
" >打开</a>
火狐没问题,IE6/7/8都不行
Original comment by gimo...@gmail.com
on 15 Aug 2011 at 7:35
[deleted comment]
href="javascript:;" 在 IE6 下产生问题。
Original comment by 1987.tan...@gmail.com
on 29 Feb 2012 at 3:46
Original issue reported on code.google.com by
wt8...@126.com
on 28 Apr 2010 at 8:16