这段代码加在default.asp最后:
<!--#include file="noright.asp" -->
是加在这
%><!-- <%=RunTime()%>ms --><%
If Err.Number<>0 then
Call ShowError(0)
End If
%>
所说的最后54行起还是加在
<!-- #include file="c_option.asp" -->
<!-- #include file="function/c_function.asp" -->
<!-- #include file="function/c_function_md5.asp" -->
<!-- #include file="function/c_system_lib.asp" -->
<!-- #include file="function/c_system_base.asp" -->
<!-- #include file="function/c_system_event.asp" -->
<%
这25行之后?
<!--#include file="noright.asp" -->
少了个空格,没事么?