www.gusucode.com > 栽豆迷你博客 MiniBlog 3.0 正式版源码程序 > Error.asp

    <!--#include file="include/conn.asp" -->
<!--#include file="include/char.asp" -->
<!--#include file="include/cb_main.asp" -->
<%
Dim StrHtml,ErrTxt
ErrTxt=Request("err")
If ErrTxt=Empty Then Response.Redirect "./"
Caluoob.Herder Caluoob.SystemName&" | 错误 "
StrHtml=Caluoob.Loadskins("other_table.txt")
StrHtml=Replace(StrHtml,"$table_content","<div class=""sysmsg""> "&ErrTxt&" </div>")
Response.Write StrHtml
Caluoob.Footer
%>