• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Looking for a specific popup

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I am looking for a java or dhtml popup that:
1. is an exit pop
2. has a cookie so it will only show up once
3. allows you to specify a web page that pops up, including size, colors,etc.
4. is easy to understand and use.

Can anyone help?
Thanks in advance!
Steve
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are looking for something that is not going to work on 90% of all browsers since people have pop up blockers installed.

It is almost impossible to detect when a person leaves your site. You can try to figure it out.

http://www10.brinkster.com/A1ien51/scripts/PopUpWinGenV3.htm

Eric
reply
    Bookmark Topic Watch Topic
  • New Topic