2006年09月02日 星期六

iframe自适应高度解决方法

<html>

<head><title>Test IFrame</title>
</head>
<body>
<Iframe name=tag align=center width="100%" src="http://www.nkstars.org/beat/" scrolling="no" frameborder="0" onload="this.height=tag.document.body.scrollHeight"></iframe>
</body>
</html>

由 beat 发表于 2006年09月02日 上午05点05分
回复