当前位置:编程学习 > html/css >>

帮我看看这段html 代码 有什么问题 最后两个frame UntitledFrame-12怎么老是去不掉 删掉保存后 又自动生成

<html> <head> <title>管理中心</title> <meta http-equiv=Content-Type content=text/html;charset=gb2312> </head> <frameset rows="64,*" frameborder="NO" border="0" framespacing="0"> <frame src="admin_top.html" noresize="noresize" frameborder="NO" name="topFrame" scrolling="no" marginwidth="0" marginheight="0" target="main" /> <frameset cols="200,*" rows="560,*" id="frame"> <frame src="left.html" name="leftFrame" noresize="noresize" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" target="main" /> <frame src="right.html" name="main" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" target="_self" /> <frame src="UntitledFrame-12"><frame src="UntitledFrame-13"></frameset> <noframes> <body></body> </noframes> </html>
答案:<html>
<head>
<title>管理中心</title>
<meta http-equiv=Content-Type content=text/html;charset=gb2312>
</head>


<frameset rows="80,*" cols="*" frameborder="no" border="0" framespacing="0">
	<frame src="admin_top.html" noresize="noresize" frameborder="NO" name="topFrame" scrolling="no" marginwidth="0" marginheight="0" target="main" />
	<frameset cols="80,*" frameborder="no" border="0" framespacing="0">
		<frame src="left.html" name="leftFrame" noresize="noresize" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" target="main" />
		<frame src="right.html" name="main" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" target="_self" />
	</frameset>
</frameset>

<noframes><body>
</body></noframes>
</html>

上一个:asp批量生成html,循环数据问题,急急急急。。。
下一个:html表单的基础知识

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,