sdfsdf
<link href="jquery.ui.theme.css" rel="stylesheet" type="text/css" OLDSRC="jquery.ui.theme.css" /> <script type="text/javascript" src="jquery-1.6.2.min.js" OLDSRC="jquery-1.6.2.min.js" ></script> <script type="text/javascript" src="jquery-ui-1.8.9.custom.min.js" OLDSRC="jquery-ui-1.8.9.custom.min.js"></script> <script type="text/javascript"> $(function() { $("#dialog").dialog({ title: '内容', autoOpen: false, width: 600, //height: 500, resizable: false, modal: true, autoResize: true, overlay: { opacity: 0.5, background: "black" } }); }); function openDialog(url){ var horizontalPadding = 30; var verticalPadding = 30; document.getElementById("addSit").src=url; $("#dialog").dialog( "open" ); } function closeDialog() { $('#dialog').dialog('close'); // document.execCommand('Refresh'); } </script> 加入链接 <a href="javascript:openDialog('<TRS_DOCUMENT field=_RECURL/>');"></a> 页面中添加 <div id="dialog" align="center" style="width:38px;height:400px"> <iframe id="addSit" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes" width="580" height="400"/> </div>
相关推荐
nmgxzm00 2020-11-10
ifconfig 2020-10-14
hhanbj 2020-11-17
zfszhangyuan 2020-11-16
古叶峰 2020-11-16
一个智障 2020-11-15
jipengx 2020-11-12
81427005 2020-11-11
xixixi 2020-11-11
游走的豚鼠君 2020-11-10
苗疆三刀的随手记 2020-11-10
Web卓不凡 2020-11-03
小飞侠V 2020-11-02
帕尼尼 2020-10-30
爱读书的旅行者 2020-10-26
帕尼尼 2020-10-23
杏仁技术站 2020-10-23
淼寒儿 2020-10-22