Blogger Information
Blog 18
fans 0
comment 0
visits 11655
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月20日作业
专业交作业
Original
523 people have browsed it

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>用iframe做后台框架</title>

</head>

<body>

<table border="0" cellpadding="5" cellspacing="1" width="960" align="center">

<tr>

<td colspan="2" ><iframe src="inc/top.html" name="top"  frameborder="0" width="100%" height="80" scrolling="no"></iframe></td>

</tr>

<tr>

<td colspan="2" width="100%"><hr></td>

</tr>

<tr>

<td><iframe src=" inc/left.html" name="left" frameborder="0" width="160" height="400" scrolling="no"></iframe></td>

<td><iframe src="inc/right.html" name="right" frameborder="0" width="800" height="400" scrolling="no"></iframe></td>

</tr>

<tr>

<td colspan="2" width="100%"><hr></td>

</tr>

<tr>

<td colspan="2"><iframe src="inc/footer.html" name="footer" width="100%" height="80" frameborder="0" scrolling="no"></iframe></td>

</tr>

</table>


</body>

</html>

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>left.html</title>

</head>

<body>

<table width="160" border="0" cellpadding="0" cellspacing="3" align="center" height="400">

<tr >

<td   colspan="2" ><img src="../images/folder.jpg" height="20"><strong>用户管理</strong></td>

</tr>

<tr>

<td align="right" ><img src="../images/file.jpg" width="20"></td>

<td><a href="yonghu.html" target="right">用户查询</a></td>

</tr>

<tr>

<td width="40" align="right"><img src="../images/file.jpg" width="20"></td>

<td><a href="">用户分类</a></td>

</tr>

<tr>

<td colspan="2" width="100%"><hr></td>

</tr>

<tr>

<td   colspan="2" ><img src="../images/folder.jpg" height="20"><strong>商品管理</strong></td>

</tr>

<tr>

<td width="40" align="right"><img src="../images/file.jpg" width="20"></td>

<td><a href="">商品查询</a></td>

</tr>

<tr>

<td width="40" align="right"><img src="../images/file.jpg" width="20"></td>

<td><a href="">商品分类</a></td>

</tr>

<tr>

<td colspan="2" width="100%"><hr></td>

</tr>

<tr>

<td   colspan="2" ><img src="../images/folder.jpg" height="20"><strong>订单管理</strong></td>

</tr>

<tr>

<td width="40" align="right"><img src="../images/file.jpg" width="20"></td>

<td><a href="">订单查询</a></td>

</tr>

<tr>

<td width="40" align="right"><img src="../images/file.jpg" width="20"></td>

<td><a href="">订单分类</a></td>

</tr>

<tr>

<td colspan="2" width="100%"><hr></td>

</tr>

<tr>

<td   colspan="2" ><img src="../images/folder.jpg" height="20"><strong>系统管理</strong></td>

</tr>

<tr>

<td width="40" align="right"><img src="../images/file.jpg" width="20"></td>

<td><a href="right.html" target="right">基本设置</a></td>

</tr>

<tr>

<td width="40" align="right"><img src="../images/file.jpg" width="20"></td>

<td><a href="">高级设置</a></td>

</tr>

<tr>

<td colspan="2" width="100%"><hr></td>

</tr>

</table>


</body>

</html>

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>right.html</title>

</head>

<body>

<table align="center" width="600" border="0" cellspacing="0">

<caption><h3>系统配置信息表</h3></caption>

<tr>

<th align="right"><label for="biaoti">网站标题:</label></th>

<td ><input type="text" name="" id="biaoti"  placeholder="不少于20字"></td>

</tr>

<tr>

<th align="right"><label for="kwz">网站关键字:</label></th>

<td ><input type="text" name="" id="kwz"  placeholder="不多于20字"></td>

</tr>

<tr>

<th align="right"><label for="ms">网页描述:</label></th>

<td ><textarea cols="30" rows="5" id="ms" placeholder="不少于120个字"></textarea></td>

</tr>

<tr>

<td align="center" colspan="2"><input type="image" name="submit" src="../images/submit.jpg" height="30"></td>

</tr>

</table>


</body>

</html>


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!