Can I do this?
Home page set a cookie and give it the variable of:
"page=1"
Rest of pages check for variable "page=1"
if page = 1 the page now = 2
elseif page = 2 page now = 3
if page = 3 popup window open
What i want to do is trac users to a third page view, once on the third page view i would like to have a teaser ad pop up enticing them to sign up for special giveaway.
Now i know all about pop ups and cookie browser issues so i dont really need to hear all the details on why i should not do this.
My boss insist that we do this because he heard it somewhere and wants to get it done, so i am forced to find a solution.
Anyone have any ideas on how to impliment this, i'm not that familiar with cookies so an example would be great if someone new how and had the time.
Thanks in advance,
---------------------------------------------
Home page set a cookie and give it the variable of:
"page=1"
Rest of pages check for variable "page=1"
if page = 1 the page now = 2
elseif page = 2 page now = 3
if page = 3 popup window open
What i want to do is trac users to a third page view, once on the third page view i would like to have a teaser ad pop up enticing them to sign up for special giveaway.
Now i know all about pop ups and cookie browser issues so i dont really need to hear all the details on why i should not do this.
My boss insist that we do this because he heard it somewhere and wants to get it done, so i am forced to find a solution.
Anyone have any ideas on how to impliment this, i'm not that familiar with cookies so an example would be great if someone new how and had the time.
Thanks in advance,
---------------------------------------------