就一段 JS 搞定啦。
范例:http://dengjie.com/temp/confirm.html
<script type="text/javascript"> <!-- window.onbeforeunload = onbeforeunload_handler; function onbeforeunload_handler() { var warning="确认退出?"; return warning; } // --> </script>