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