Keith do you not use PAN? Thought PAN was capabale of managing this also?
Hi
A question for the php gurus
I want visitors to my site to receive a popunder but I want to make sure that whatever page of my site they come in on, and however many pages they visit they only get one popunder
Using php - what's the simplest way to achieve this?
Sorry if it's a dumb question - I'm a relatively new convert to php having always used asp in the past
Thanks for your help
Best regards
Keith
Have just had a quick look and checked. It PAN does support it.
Create a new Zone and select POPUP - when you reach the invocation code, you can say whether to POPUP or POPUNDER, and also when - page load, or page close.
http://www.mycarinsurance.info as an example - but have to allow popups![]()
Cheers Chris
Hadn't looked there - saw popups and thought - no I want popunder but didn't look any further - duh....
Keith,
The fact you're using PHP shouldn't matter - I do it the same way on my PHP pages as I do on static HTML pages. You need to use a combination of JS and cookies.
I suppose if you didn't want to use JS or Cookies you could do something with session variables, but I'd say it's overkill really -
Make your pop up set a session variable
Make every other page check for the session variable being set
If the variable is set then don't do the pop-up and if it isn't do it.
Ian
Those who can do, those who can't talk about it
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks