网页中加载另一个html,网页中弹出另一网页.html

MyHtml.html

.popWindow{background-color: #ffffff;border-radius: 3px;border: 2px solid #075E8B;position: absolute;display: none;box-shadow: 5px 5px 5px #322E2F;z-index: 999;}

function popWindowShow(url, height, width, title) {

var popWindow = document.getElementById("popWindow");

var popFrame = document.getElementById("popFrame");

var popWindowBg = document.getElementById("popWindowBg");

popWindow.style.left = (document.body.scrollWidth - width) / 2;

popWindow.style.top = (document.body.scrollHeight - height) / 2 - 50;

popWindow.style.width = width;

popWindow.style.height = height;

document.getElementById("titleTd").innerHTML = title;

popFrame.style.height = height - 22; //设置Iframe的高度为DIV的高度减去标题栏的高度

popFrame.src = url; //设置iframe里的页面

popWindow.style.display = "block";

popWindowBg.style.display = "block";

}

function popWindowHide() {

document.getElementById("popWindow").style.display = "none";

document.getElementById("popWindowBg").style.display = "none";

}

新窗口-东哥的标题

loading.gif

一键复制

编辑

Web IDE

原始数据

按行查看

历史

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值