求助:dw用了顶部框架,怎么才能实现上框架跟着下框架一齐滚动?

发布网友 发布时间:2024-10-21 17:36

我来回答

2个回答

热心网友 时间:6分钟前

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="120"><iframe src="top.html" width="100%" height="120px" frameborder="0" scrolling="no" ></iframe></td>
</tr>
<tr>
<td><iframe name="mainFrame" id="mainFrame" src="html/mian/main.aspx" width="100%" scrolling="no" frameborder="0"></iframe>
<script type="text/javascript"> function reinitIframe() {
var iframe = document.getElementById("mainFrame");
try {
iframe.height = iframe.contentWindow.document.documentElement.scrollHeight;
} catch (ex) { }
}
window.setInterval("reinitIframe()", 200);</script></iframe></td>
</tr>
</table>

热心网友 时间:6分钟前

通常唔会用框架做网页

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com