% connect_db() check_admin_login() module = Request("module") Select Case module Case "showForm" showForm("") Case "updatePassword" updatePassword() Case Else showForm("") End Select Function showForm(strMessage) beginAdminHtml() %>
<%alertMessage(strMessage)%> <%beginAdminTitle("修改密码")%>