It's possible, but why? I can see members.asp (maybe), but why would you ever want to only allow the admins into pop_profile. Don't you want people to change their own information.
HOWEVER to do it, all you would need to do is add this code after the inc_top.asp:
if mlev <> 4 then
Response.Redirect "default.asp"
end if
I think a better choice for members.asp would be to restrict it so only members can see the member list. All you would need to do is add the same code I provided, but change the <> 4 to = 0
Dave Maxwell
--------------
Proud to be a "World Class" Knucklehead