摘要:
网页可见区域宽:document.body.clientWidth网页可见区域高:document.body.clientHeight网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽) 阅读全文
posted @ 2017-03-28 14:49
Strive-count
阅读(212)
评论(0)
推荐(0)
摘要:
iframe子页面与父页面通信根据iframe中src属性是同域链接还是跨域链接,通信方式也不同。 一、同域下父子页面的通信 父页面parent.html 子页面child.html 方法调用 父页面调用子页面方法:FrameName.window.childMethod(); 子页面调用父页面方法 阅读全文
posted @ 2017-03-28 14:48
Strive-count
阅读(2171)
评论(0)
推荐(0)

浙公网安备 33010602011771号