以下iframe旨在适合其内容。它适用于Firefox,但不适用于Chrome。
<iframe src="Splash.html" seamless=true width=99% height=100% scrolling=no name="Content" id="Content" onload="this.height = this.contentWindow.document.body.scrollHeight + 10;">
</iframe>
在Chrome中加载页面时,出现以下错误:
Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match. Index.html:35
Uncaught TypeError: Cannot read property 'body' of undefined
为什么在我专门使用onload事件时会认为iframe是未定义的?我对网页设计很陌生;如果问题很明显,请原谅我。
答案 0 :(得分:0)