As in topic... has anyone used it ?
I tried to use it but i guess i failed... here is a code:
<html>
<head>
<title></title>
<script type="text/javascript">
function closedWin() {
confirm("close ?");
return false; /* which will not allow to close the window */
}
if(window.addEv entListener) {
window.addEvent Listener("close ", closedWin, false);
}
window.onclose = closedWin;
</script>
</head>
<body>
</body>
</html>
Please try and lighten me :-)...
I tried to use it but i guess i failed... here is a code:
<html>
<head>
<title></title>
<script type="text/javascript">
function closedWin() {
confirm("close ?");
return false; /* which will not allow to close the window */
}
if(window.addEv entListener) {
window.addEvent Listener("close ", closedWin, false);
}
window.onclose = closedWin;
</script>
</head>
<body>
</body>
</html>
Please try and lighten me :-)...
Comment