• Stop being a LURKER - join our dealer community and get involved. Sign up and start a conversation.

Reply to thread

you really shouldn't trust chatGPT on stuff like this...


you can't execute site code with a cookie... or session storage. they are data saving elements, not rendering/execution elements...


you can set in session storage that a popup has already been executed and closed, so it won't display again - but that's just storing a temporary value in session storage, not the actual code of the popup.