Prohibit right-click, ctrl+a,ctrl+c,ctrl+v to prohibit copying content, ie page save can be banned, but not for Firefox browser.
The code is as follows: (developed left-click Selection, easy to read)
<! DOCTYPE
HTML PUBLIC "-//W3C//DTD HTML 4.0
transitional//en ">
<HTML>
<HEAD>
</HEAD>
<body
Oncontextmenu= "return false" onkeypress= "return false" onkeydown= "return False"
Onkeyup= "return false" onselectstart= "return false" ondragstart= "return False"
Onbeforecopy= "return
False ">
Right-click to see?
Use the keyboard to see?
<noscript><iframe
src=*.html></iframe></noscript>//disables the Save page, but does not work for Firefox.
</BODY>
</HTML>
Firefox and IE prohibit copying
body {-moz-user-select:none;}--></style> <body onselectstart= "return false" > <B> script Home </b> Script Home is a professional collection of various types of script learning materials website, as far as possible to correct the error to create Quality script learning site, we play script resources for everyone, source code, software, Asp,php,javascript and other programming materials, is the Web page production, network programming, site building people gathering place. </body>
Prohibit right-click, ctrl+a,ctrl+c,ctrl+v to prohibit copying content, ie page save can be banned, but not for Firefox browser