Minying's Blog

Just another WordPress.com weblog

Archive for the ‘HTML’ Category

不讓網頁回到上一頁在body的地方使用下列語法

Posted by minying 於 20 四月, 2009

不讓網頁回到上一頁在body的地方使用下列語法
<body oncontextmenu="return false" onkeydown="if(event.keyCode==8 || event.keyCode==37) return false;" onunload="if(event.clientY<0) document.location=document.location.href">

Posted in HTML | Leave a Comment »