Blogger Information
Blog 6
fans 0
comment 0
visits 3439
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
学习第4课-内链框架
渔猎者学习博客
Original
489 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>织网网络后台管理系统</title>
</head>
<body>
	
	<table border="0" cellspacing="1" cellpadding="5" align="center" width="960">
				<tr height=‘60’>
			<td colspan="2">
				<iframe src="inc/top.html" name="top" height="70"  width="100%" frameborder="0" align="center" scrolling="no"></iframe>
			</td>
		</tr>

				<tr><td width="100%" colspan="2"><hr></td></tr>
		
				<tr>
				<td>
				<iframe src="inc/left.html" name="left" height="600" width="140" frameborder="0" align="center" scrolling="no"></iframe>
			</td>
			<td>
				<iframe src="inc/default.html" name="right" height="600" width="800" frameborder="0" align="left" scrolling="no"></iframe>
			</td>
		</tr>
		<tr><td width="100%" colspan="2"><hr></td></tr>
		<tr>
			<td colspan="2">
				<iframe src="inc/footer.html" name="footer" height="70"  width="100%" frameborder="0" align="center"></iframe>
			</td>
		</tr>
	</table>
	
	
	
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

44.JPG

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!