Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pop up windows keep popping up!

Status
Not open for further replies.

silverswim

Programmer
Joined
Oct 17, 2001
Messages
50
Location
GB
Hi,
I made a pop up window , but I need for it to know that its already been up once per site access. So it comes up when the home page is launched, but when the user goes back to home from somewhere else in the site, the pop up doesn't pop up again.
(I bet it could be clever enough to only pop up once a day?)
Regards to everyone, Silverswim
 
Cookie that holds last accessed date and then decides whether to display or not Live long and make your kids suffer..
 
Or you could use a variable.

When you get to the page the first time before you pop it up

add a jvScript: if my_var = o then pop it up
else don't pop it up

When you change your page set your var to 1 (or whatever)


Have Fun...

Sharky99 >(::O>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top