<% '============================================================== ' 智思留言本4.0 (ZSLYB 4.0) ' ' 版权所有:智思网 www.zhisi.net 或 www.zslyb.com ' 程序版本:4.0 ' 发布日期:2011-06-20 ' 作者邮箱:zhisi@126.com ' ' 拷贝、使用、二次开发和分发等,必须保留以上的版权信息,侵权必究 '============================================================== %> <% If IsLogined Then If UIMode="ajax" Then Response.Redirect("user.asp") 'Response.Write("{STATUS:4,MSG:'已经登录!'}") Else Response.Redirect("user.asp") End If Response.End() End If RelatePath="../" DBPath=RelatePath&DBPath If UIMode<>"ajax" Then OpenConn() Call Header("",LangLogin,"","",LangLogin,False,"") CloseConn() %>

<%=LangLogin%>

 
 我忘记密码了,<%=LangFindPassword%>
 <%=LangUserRegister%>
<% Footer() Else %>

<%=LangLogin%>

<%=LangUserName%>
<%=LangUserPass%>
 
<% End If %>