% module = Request("module") Select Case module Case "showForm" showForm("") Case "login" adminLogin() Case Else showForm("") End Select Function showForm(strMessage) beginAdminHtml() %>