显示本页的链接名称,做程序的时候有时很有用的 dn001 2009-06-21 08:34:01 <!--把代码放到<body>区域中--> 单击右键试试看,什么效果! <script> <!-- function offkey() { iekey=event.keyCode; if(iekey==16){ res=confirm("你确定要退出吗???!!!") if (res !="0") { window.top.close() } } } function yh(){ if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { res=confirm("你确定要退出吗???!!!") if (res !="0") { window.top.close() } } } document.onkeydown=offkey document.onmousedown=yh; //--> </script>