how can i search that session variable so i can change the picture for the button so if it exists in the session variable the button will be different saying already in shortlist
would it be
if instr(session(" recordsInCart") , ","&request("re cordNum") &",")) > 0 then
<img src="yellow.gif ">
else
<img src="red.gif">
end if
would it be
if instr(session(" recordsInCart") , ","&request("re cordNum") &",")) > 0 then
<img src="yellow.gif ">
else
<img src="red.gif">
end if