I'm not exactly sure what the proper name for it is, but I'd like something that will popup when the user tries to close the window, asking if they really want to close the window. I know there are scripts out there, I'm just not sure what they're called. Any help is appreciated.
Can be achieved thru Javascript. It can be done using the onbeforeunload event of the window. It will be something like below Add the below code between the <HEAD></HEAD> tags. And then replace the <BODY> tag with this