EasyUI Dialog with iFrame

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');

  

 

posted @ 2015-05-29 09:28  rongbin  阅读(226)  评论(0编辑  收藏  举报