% '######################################################################################### '* 程序名称: X-Chat聊天系统 (版本:Beta 1.0 2004.01.15) '*--------------------------------------------------------------------------------------- '* 版权所有: X-Chat工作组 '* 程序设计: X-Chat工作组 '* 联系方式: '* EMAIL:zelonggao@yahoo.com '* MobilePhone:13931870770 8636314 '* UC:65639170 '* MSN:upholder_wuxing@msn.com '* 主页地址: '* http://www.正在建设之中 '* http://www.tamzone.net '*--------------------------------------------------------------------------------------- '* Copyright 2003-2004 X-Chat工作组 - All Rights Reserved. - '######################################################################################### on error resume next'错误忽略,以便能捕获错误信息 Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = 0 '---------------------------------------------------------------------------------------- rem 判断global.asa是否被正确执行 if not Application("initialized") then response.Redirect("initchat.asp") %>