<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
$(window).on('beforeunload', function(){
return "This should create a pop-up";
});
</script>
</head>
<body>
Windows Close Event Catch Test..
</body>
</html>
'DHTML > Javascript' 카테고리의 다른 글
[펌] Javascript DateDiff (0) | 2011.03.24 |
---|---|
[Link] JQuery Scrollable fixed header Table a jquery Plugin (0) | 2010.11.02 |
jquery block ui..... (0) | 2010.08.06 |
[jquery] AD-Gallery Image Slider... (0) | 2010.03.17 |
[펌] How to scroll the window using JQuery $.scrollTo() function (0) | 2010.03.09 |