Blogger Information
Blog 49
fans 0
comment 1
visits 46575
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
简易的商城后台制作表格以及框架-- 2018年3月20日23时45分
失去过去的博客
Original
857 people have browsed it


商城后台的简易版:


    采用table和iframe实现简易的后台管理系统

实例

实例
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
	</head>
	<body >
		<table border="0" cellspacing="1" cellpadding="5" width="960" align="center" >
			<tr height="60">
				
				<td colspan="2">
					<iframe src="inc/top.html" width="100%" height="70" frameborder="0" align="center" scrolling="no"></iframe>
					
					
				</td>
				
			</tr>
			<tr>
				
				<td colspan="2"><hr width="960"></td>
				
			</tr>
			<tr>
				<td>
					<iframe src="inc/left.html" width="200" height="600" frameborder="0" align="center" scrolling="no" ></iframe>
				
				</td>
				<td>
					
					<iframe src="inc/right.html" width="750" height="600" frameborder="0" align="center" scrolling="no" name="right"></iframe>
				</td>
				
			</tr>
				<tr>
				
				<td colspan="2"><hr width="960"></td>
				
			</tr>
			<tr>
				<td colspan="2">
					
					<iframe src="inc/footer.html" width="100%" height="100" frameborder="0" align="center" scrolling="no"></iframe>
					
				</td>
				
				
			</tr>
		
		</table>
		
		
	</body>
</html>

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


运行实例 »

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

1.jpg2.jpgQQ截图20180327170008.jpg

Correction status:Uncorrected

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