% 'Check that the user should be allowed to access this page. 'If not, send them to another page. 'response.write session("readwrite") 'If Session("ReadWrite") = "Read" Then 'the user is not validated to be here. Redirect to the Guest Page 'Response.Redirect "../mrcdc/guest_main.asp" 'End If %> <% Response.Buffer = true %> <% If Request.Form("btnGoTo") = "By Type" Then 'response.write "showall" Response.redirect "Stats_count_byType.asp" Elseif Request.Form("btnGoTo") = "By Location" Then 'response.write "search" Response.redirect "Stats_count_byLocation.asp" Elseif Request.Form("btnGoTo") = "By Location and Type" Then 'response.write "add new" Response.redirect "Stats_count_byLocation_byType.asp" Elseif Request.Form("btnGoTo") = "By Location and Topic" Then 'response.write "add new" Response.redirect "Stats_count_byLocation_byTopic.asp" end if %>
|
|||||||||
| |
|||||||||
|
|||||||||