js5:框架的使用,使框架之间无痕连接

原文发布时间为:2008-11-08 —— 来源于本人的百度文章 [由搬家工具导入]

<html>
<head>
<base target="js4">
<title>js</title>
<frameset rows="*" cols="43%,*" framespacing="0" frameborder="no" border="0" bordercolor="#ECE9D8">
<frame src="js3.html" name="js3" scrolling="no" noresize id="js3" >
<frame src="js4.html" name="js4" scrolling="no" noresize id="js4">
</frameset>
<noframes></noframes>
</head>
<body>
</body>
</html>
原文地址:https://www.cnblogs.com/handboy/p/7141628.html