0%

HTML->frameset框架 阴沟翻船

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>孤峰傲雪的博客后台</title>

<frameset rows=15%,*>
<frame src="top.php" frameborder=0 noresize="noresize">
<frameset cols=15%,*>
<frame src="left.php" frameborder=0 noresize="noresize" >
<frame src="right.php" frameborder=0 name="showframe">
</frameset>
</frameset>

</html>
----------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link type="text/css" rel="stylesheet" href="./css/left_main.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>left</title>
</head>
<body >
<div>
<h1>后台管理菜单</h1>
<ul>
<li><a href="right.php" target="showframe">网站设置</a></li>
<li><a href="web_content.php" target="showframe">发表文章</a></li>
<li><a href="right.php" target="showframe">网站设置</a></li>
<li><a href="#">网站设置</a></li>
</ul>
</div>
</body>
</html>

如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!