修改body標籤,加入onContextMenu="return false" onSelectStart="return false"。
<body bgColor="#FFFFFF" onContextMenu="return false" onSelectStart="return false">
禁止拷貝文字:
<input name="textfield" type="text" value="不能複製裡面的字" oncopy="return false;" oncut="return false;" onpaste="return false">