% 'Check that the user should be allowed to access this page. 'If not, send them to another page. 'If Session("ReadWrite") = "Read" Then 'the user is not validated to be here. Redirect to the Guest Page 'Response.Redirect "../../guest_main.asp" 'End If %>
|
|||||||||
| |
|||||||||
|
|||||||||