数据表格字段: {field: 'novelId', title: '小说ID',width:100,templet: '<div><a href="javascript:;" _href="/contentManage/content-chapters.html" novelName="{{d.n ...
分类:
其他好文 时间:
2018-09-05 21:36:15
阅读次数:
1004
function cancel() { var index = parent.layer.getFrameIndex(window.name); parent.layer.close(index); } parent.window.location.href = document.referrer; ...
分类:
Web程序 时间:
2018-04-27 19:54:50
阅读次数:
695
function getRootWin(){ var win = window; while (win != win.parent){ win = win.parent; } return win;}
分类:
其他好文 时间:
2015-08-18 16:01:21
阅读次数:
94
//iframe自适应高度
function getHeight(id, name) {
document.documentElement.scrollTop = 0;
var ifm = document.getElementById(id);
var subWeb = document.frames ? document.frames[name].document :
ifm...
分类:
其他好文 时间:
2015-04-02 11:43:56
阅读次数:
101
var p_window = window.top; //alert($(p_window).height()); var p_demo = window.top.document.getElementById('demoIframe'); //alert($(p_demo).height()...
分类:
其他好文 时间:
2015-01-09 19:00:21
阅读次数:
183