cicli l'array
codice:
for i=0 to ubound(array)
if array(i)=VALORE then
   response.write "OK"
   exit for
end if
next

se poi la funzione è lato client devi chiedere sul forum scripting

ciao!