Blogger Information
Blog 5
fans 0
comment 0
visits 5695
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
【index.html】iframe框架绑定a标签
JQ的博客
Original
909 people have browsed it

<!DOCTYPE html>
<html>
<head>
 <meta charset="UTF-8">
 <title>Document</title>
 <script type="text/javascript" src="jquery/jquery-3.3.1.min.js"></script>
 <script src="layui/layui.js"></script>
 <link rel="stylesheet" href="layui/css/layui.css">
 <style type="text/css">
  .header{
   width:100%;
   height:100px;
   margin:0 auto;
   line-height: 100px;
   text-align: center;
   border-bottom:1px solid rgba(0,0,0,1);

  }
  h1{float:left;margin-left:200px;}
  h4{float:right;margin-right:100px;}
  .clear{clear: both;}
  .left{
   width:200px;
   height: 800px;
   
   border-right: 1px solid rgba(0,0,0,1);
  }
  .right{
   position: absolute;
   width:1000px;
   height:780px;
   padding: 20px 20px 0px 20px;
   top:101px;
   left:201px;

  }
 </style>
</head>
<body>
 <div>
  <h1>员工管理系统</h1>
  <div>
  <h4>管理员:admin | <a href="#">退出</a></h4>
 </div>
 <div>
 <div>
  <ul>
   <li><a href="../phpinfo.php" target="r_iframe">PHP探针</a></li>
   <li><a href="table.php" target="r_iframe">员工管理</a></li>
   <li><a href="../index.php" target="r_iframe">首页</a></li>
  </ul>
 </div>
 <div>
  <iframe src="../index.php" name="r_iframe" width="1000" height="780" scrolling="no" frameborder="0"></iframe>
 </div>
</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