<%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Const L_ENTERVALUE_ERRORMESSAGE="Please enter a value." Const L_LOADED_TEXT = "Loaded" Const L_UNLOADED_TEXT = "Unloaded" Const L_DISABLED_TEXT = "Disabled" Const L_LOW_TEXT = "Low" Const L_MEDIUM_TEXT = "Medium" Const L_HIGH_TEXT = "High" Const L_BROWSE_TEXT = "Browse" %> <% if Session("canBrowse") then %> <% end if %>
<% if Session("IsAdmin") then %> <% end if %>