%@ Language=VBScript %> <% Dim SitePageID, tempReplaceStr, get_page_title 'SitePageId is must to call check password protection IF Not IsNumeric(Request("SPID")) Then Response.Redirect "/" IF ((Not IsNull(Request("OrgID"))) and (Not IsNumeric(Request("OrgID")))) Then Response.Redirect "/" SitePageID = Request("SPID") %>