Hello
I have seen Sitepoint use this, when u close the site of it launches a popup window, how do i do this? i think its JS but i cant find it on the net anywhere.
Know where i can get the script?
Jason
Printable View
Hello
I have seen Sitepoint use this, when u close the site of it launches a popup window, how do i do this? i think its JS but i cant find it on the net anywhere.
Know where i can get the script?
Jason
create a function which makes the popup appear.. then in the body tag: -
there may be other methods though....Code:<body onUnload="popup_function()">