Home > Article > Web Front-end > Form submission verification class_form effects
>Shield function class
1.1 Block all keyboard keys
1.2 Block the right mouse button
Add oncontextmenu=self.event.returnvalue= in the body tag false
or
function nocontextmenu()
{
if(document.all) {
event.cancelBubble=true;
event.returnvalue=false;
return false; >
1.3 Block Ctrl N, Shift F10, F5 refresh, backspace key