`
Appleses
  • 浏览: 344174 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

iframe的使用

 
阅读更多
1.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>

</head>

<body id="master">
<a href="2.html" target="if"> 2.HTML</a>
<a href="3.html" target="if"> 3.HTML</a>

<iframe name="if" style="width:200px;height:200px;background:red;" frameborder="0"/>
</body>
</html>
-----------------------------------------------
2.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>

</head>

<body id="master">

2.html
</body>
</html>

------------------------------------------------------
3.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>

</head>

<body id="master">

3.html
</body>
</html>



分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics