% Session.Timeout = 120 Response.AddHeader "P3P", "CP=CAO PSA OUR" dim pw : pw = "waiver" dim msg : msg = "" IF LEN(request("password")) > 0 THEN If LCASE(request.form("password")) = pw THEN Session("access") = true Session("formType") = Null ELSE Session("access") = false Session("formType") = Null msg = "Password incorrect. If you continue to have problems please contact Grandiff Medical" END IF END IF If LEN(request("btnRockville")) > 0 THEN Session("formType") = "Rockville" showIt = True END IF IF LEN(request("btnSilverSpring")) > 0 THEN Session("formType") = "SilverSpring" showIt = True END IF %>