This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
請將下列語法 "取代" <body> | |
<body ONDRAGSTART="window.event.returnValue=false" onSelectStart="event.returnValue=false" ONCONTEXTMENU="window.event.returnValue=false" > | |
================================= | |
鎖滑鼠右鍵及防highlight | |
<body onselectstart="return false;" ondragstart="return false;" oncontextmenu="return false;"> | |
====================== |