若
秩序的制約者
<script language="JavaScript"> var message="請在此輸入自己的訊息~"; function LogTo (link) { var new_url=link; if ( (new_url != "") && (new_url != null) ) window.location=new_url; } function click(e) { if (document.all) { if (event.button == 2) { alert(message); LogTo('http://www.xanga.com/logout.aspx') return false; } } if (document.layers) { if (e.which == 3) { alert(message); LogTo('http://www.xanga.com/logout.aspx') return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; </script>
查看詳細資料
楓葉兔
window.location=new_url;
查看個人網站
紫君華麗天使