Forum Moderators: open

Message Too Old, No Replies

Need a pop-under script that limits one pop per session

         

Compworld

9:12 pm on Oct 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello,

I am looking for a popunder script for where I can have a little information box that can be popped up once per user session. Anyone know of a script that can do this?

Thanks,

CompWorld

jatar_k

10:01 pm on Oct 28, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



are you maintaining an actual session in some scripting language? if so you could dynamically write or omit the function call using that language.

You could also set a cookie and use that to find out whether or not to show it.

Rambo Tribble

12:52 pm on Oct 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This would be a case where the window.name property could be used to store a flag variable that could be polled to determine whether to pop or not.