<script type="text/javascript"> window.onbeforeunload = Call; function Call() { //alert("Unload Callled"); return "Your Message"; } ...
確定! 回上一頁