Pop Ups....Creation.....Help!

S

spider7

Is it possible to create a Pop-Up when someone leaves my website?

If so...how would i find that code?

Any Constructive input is greatly appreciated...

Thanks

~T


PS. Is this possbile using HTML or a simple code?
 
J

Jon Spivey

Hi,
You can make a popup when someone leaves a page, eg
<body onunload="alert('don\'t leave');">
The problem would be that there's no way to tell whether a user is leaving a
page to leave your site completely, or to go to another page in your site.

Trying to do this sort of thing usually just annoys people. If someone wants
to leave your page or your site they will :)

Cheers,
Jon
 
Top