top.asp left.asp right.asp end.asp在dreamdeaver中可以显示,但是在浏览器里却无法预览,请问怎么回事?

来源:百度知道 编辑:UC知道 时间:2024/06/07 13:21:26
这是我的index.asp文件

<!--#include file="top.asp" -->
<TITLE>空车配货、大货配载、物流运输、专线运输</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">

<LINK
href="imgb/style.css" type=text/css
rel=stylesheet>

........

<TR>
<TD colSpan=14></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top bgColor=#ffffff colSpan=-4>
<!--#include file="right.asp" --></TD></TR></TBODY></TABLE>
<!--#include file="end.asp" -->
</BODY></HTML>

*************************************************
这是我的top.asp文件
<!--#include file="inc/setup.asp" -->
<!--#include file="inc/conn.asp" -->
<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; c

1.可能是 包含这些文件 其中里面有特殊代码 所以显示不出来
2.有些文件需要 用 IIS来访问你的ASP文件.不能直接在浏览器打开.

在包含的文件里不要有<html><body>等页面级的标签