首页 > 其他 > 详细

EasyUI Dialog with iFrame

时间:2015-05-29 09:51:15      阅读:329      评论:0      收藏:0      [点我收藏+]

HTML:

 

<div id="myDlg" class="easyui-window" closed="true" modal="true" title="Example" style="width:500px;height:350px;">
    <iframe scrolling="auto" id=‘myIframe‘ frameborder="0" src="" style="width:100%;height:100%;"></iframe>
</div>

  

Javascript:

$(‘#myIframe‘)[0].src=‘example.htm‘;
$(‘#myDlg‘).dialog(‘open‘);

  

 

EasyUI Dialog with iFrame

原文:http://www.cnblogs.com/binglong/p/4537711.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!