Looking for a dynamic hover-ad script

Discussion in 'JavaScript' started by ian_batten, Feb 22, 2007.

  1. #1
    Hello all,
    Okay, I am after a hover-ad script. However, I would like it to do some things that I am unsure if you can make them do or not.
    Basically, I would like the hover-ad to be displayed to a visitor. And then, when they changed page, if the visitor has already viewed the hover-ad on another page, it will not be displayed for them again.
    So, kind of, blocking their IP from seeing the ad again in that session.
    Any tips welcomed :D
    Thanks.
     
    ian_batten, Feb 22, 2007 IP
  2. Aragorn

    Aragorn Peon

    Messages:
    1,491
    Likes Received:
    72
    Best Answers:
    1
    Trophy Points:
    0
    #2
    You can use cookies to store a value in the users browser, setting whether the ad has been viewed or not. Or if you have PHP file, use SESSION variable.
     
    Aragorn, Feb 22, 2007 IP