Web HTML page, prohibited content select, copy, right

<body leftmargin=0 topmargin=0 oncontextmenu='return false' ondragstart='return false' onselectstart ='return false' onselect='document.selection.empty()' 
oncopy='document.selection.empty()' onbeforecopy='return false' onmouseup='document.selection.empty()'> <!--关键于以下参数的设置--> oncontextmenu='return false' ondragstart='return false' onselectstart ='return false' onselect='document.selection.empty()' oncopy='document.selection.empty()' onbeforecopy='return false' onmouseup='document.selection.empty()'

  

Prohibition right mouse buttons, added in the <body>

topmargin="0" oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" 
oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()"

 

Save as Web page is prohibited, the <body> adding: 

<noscript> 
  <iframe src="*.htm"></iframe> 
</noscript> 

 

Web content is prohibited to copy, paste, add in the <body>: 

<body onmousemove=/HideMenu()/ oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" 
oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">

  

 

Created: 2020.03.23 Updated:

 

 

Prohibition right mouse buttons, added in the <body>

topmargin="0" oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" 
oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()"

 

Save as Web page is prohibited, the <body> adding: 

<noscript> 
  <iframe src="*.htm"></iframe> 
</noscript> 

 

Web content is prohibited to copy, paste, add in the <body>: 

<body onmousemove=/HideMenu()/ oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" 
oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">

  

 

Created: 2020.03.23 Updated:

 

 

Guess you like

Origin www.cnblogs.com/guorongtao/p/12550102.html