HTML: open a new window when one closes?

onepenny

New member
I was messing around in Visual Studio and figured out how to loop it so that whenever the user tries to exit the form, another form would pop up. Can someone help me out with the code to do that for a website (i.e. close the window, and another pops up)? :b I already have a domain, so no worries about that.

Thanks~
 
Try javascript, I think there's some kind of event when a page is "unloaded" or something like that, ie. when the window that contains it is closed for instance.
 
Back
Top