I want this pop up to only show up if you view a page in a account (or cookie). But if you leave the page and go back i don't want it to show up again. What is the code to do this?
I want this pop up to only show up if you view a page in a account (or cookie). But if you leave the page and go back i don't want it to show up again. What is the code to do this?
-Jay
So you want a popup to show only if user is logged in, not otherwise? Is it?
If that's the case, in the server side scripting, add a cookie verification before printing the code for the popup.
Comment