Blogger Information
Blog 26
fans 0
comment 1
visits 18543
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP课程第四天--iframe的使用
Sam徐民强的博客
Original
635 people have browsed it
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>管理后台</title>
</head>
<body>
<table width="100%" border="0" cellspacing="1" cellpadding="5">
  <tr>
    <td colspan="2">
    <iframe src="top.html" frameborder="0" scrolling="no" height="30" width="100%"></iframe>   
    </td>
  </tr>
  <tr>
    <td colspan="2">
    <hr />  
    </td>
  </tr>
  <tr>
    <td width="200" bgcolor="#F1F1F1"><iframe src="left.html" frameborder="0" scrolling="no" height="100%" width="100%"></iframe></td>
    <td><iframe src="default.html" frameborder="0" scrolling="no" height="600" width="100%" name="main"></iframe> </td>
  </tr>
  <tr>
    <td colspan="2">
    <hr />  
    </td>
  </tr>
  <tr>
    <td colspan="2">
    <iframe srcdoc="<h3>&copy 2108 版权所有</h3>" frameborder="0" scrolling="no" height="100" width="100%"></iframe>    
    </td>
  </tr>
</table>
</body>
</html>

1.jpg

2.jpg

3.jpg


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