<% Call LoadUserLevel If AllowList("CuentasFM") Then Response.Redirect "CuentasFMlist.asp" End If If AllowList("Cuentas") Then Response.Redirect "Cuentaslist.asp" End If If AllowList("Usuarios") Then Response.Redirect "Usuarioslist.asp" End If If AllowList("Vendedoras") Then Response.Redirect "Vendedoraslist.asp" End If If AllowList("UserLevels") Then Response.Redirect "UserLevelslist.asp" End If If IsLoggedIn Then Response.Write "You do not have the right permission to view the page" %>
Back to Login Page <% Else Response.Redirect "login.asp" End If %>