'foundCookie=False 'If objFieldValues.Exists(":COOKIE:") Then ' For Each cookie in Request.Cookies ' If(cookie = Request.Form(":SURVEY:")) Then ' foundCookie=True ' End if ' Next 'End if 'if foundcookie=true then 'end if