Pop-up problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jayneo
    New Member
    • Mar 2008
    • 1

    Pop-up problem

    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
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by jayneo
    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

    Working...