Visitor Messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • colinod
    Contributor
    • Nov 2007
    • 347

    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
Working...