#32002/8/20 10:00:33
MX的退出程序是有问题的,你用UD的吧,下面是UD的退出代码:
[code]
<%@LANGUAGE="VBSCRIPT"%>
<%
' *** Logout the current user.
MM_logoutRedirectPage = "index.asp
Session.Abandon
If (MM_logoutRedirectPage <> "") Then Response.Redirect(MM_logoutRedirectPage)
%>
[/code