Blogger Information
Blog 63
fans 1
comment 0
visits 75920
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
网站管理后台(iframe内联框架)
桃儿的博客
Original
2435 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>iframe内联框架</title>
</head>
<body>

<!--<iframe src="https://www.baidu.com/" frameborder="0" name="main" width="800" height="500">百度</iframe>-->

<!--<a href="https://www.baidu.com/" target="search">百度</a>-->
<!--<iframe src="" frameborder="1" name="search" width="1000" height="500"></iframe>-->

<h3>后台管理</h3>
<ul style="float:left">
    <li><a href="form.html" target="main">用户管理</a></li>
    <li><a href="tab.html" target="main">分类管理</a></li>
    <li><a href="form.html" target="main">商品管理 </a></li>
    <li><a href="tab.html" target="main">系统设置</a></li>
</ul>
<iframe srcdoc="<h3>网站管理后台</h3>" frameborder="0" name="main" width="600" height="300" style="float:left"></iframe>
</body>
</html>

运行实例 »

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


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