[查看演示] 源码如下 ---------------------------------------------------------- <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Keywords" content="51windows.Net">
<META NAME="Author" CONTENT="haiwa">
<title>两个iframe的滚动条一起滚动-51windows.Net</title>
<style>
<!--
* {font:menu}
-->
</style>
</head>
<body>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" width="600" height="453">
<tr>
<td height="453"><iframe name="aa" src="11.htm" width="100%" height="100%"></iframe></td>
<td height="453"><iframe name="bb" src="22.htm" width="100%" height="100%"></iframe></td>
</tr>
</table>
</center>
</div>
</body>
</html>
<div style="position: absolute; top: 10; right: 10; width: 148; height: 18;cursor:hand">
<input type="button" name="Button" value="查看源代码" onClick= 'window.location = "view-source:" + window.location.href'></div> |