Blogger Information
Blog 20
fans 0
comment 0
visits 29381
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
4.23作业3-制作简单的后台页面
蜗牛是条鱼
Original
566 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>网站后台管理</title>
</head>
<body>
<h2>网站后台</h2>
<ul style="float: left">
    <li><a href="demo3.html" target="main">文章管理</a></li>
    <li><a href="demo4.html"target="main">产品管理</a></li>
    <li><a href="demo5.html"target="main">用户中心</a></li>
    <li><a href="demo2.html"target="main">系统设置</a></li>
</ul>
<iframe src="" frameborder="0" width="800" height="500" name="main" style="float: left"></iframe>
</body>
</html>

运行实例 »

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


简单注册页面学习总结。

1. target的值需要和 iframe 的 name值一致,这样点击就可以对应的在框架里打开。

2.内联框架使用iframe实现的。


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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!