Summarize some of the technical JS code, I hope to help you.
- Maximize page Implementation
Self.moveto (0,0);
Self.resizeto (Screen.availwidth,screen.availheight);
Self.focus ();
If no mengzhaobin.jpg is displayed error.jpg
oncontextmenu= "Window.event.returnvalue=false"
- Deselect to prevent replication
--><body onselectstart= "return false" >
Onpaste= "return False"
Oncopy= ' return false; ' oncut= ' return false;
- There are icons in front of the address bar and favorites
--><link rel= "Shortcut Icon" href= "Favicon.ico" > <link rel= "Bookmark" href= "Favicon.ico" >
<input style= "ime-mode:-disabled" >
- To prevent a person from being frame
if (top.location!= self.location) top.location=self.location;
- Web pages cannot be saved as
<noscript><iframe src= "*.html" ><iframe><noscript>
--><input Type=button value= "View Web page source code" onclick= "window.location = ' view-source: ' + http://laohekou.net/'";>
- Pop-up dialog box and jump
<a href= ' javascript:if (Confirm ("Delete?") location= "Http://laohekou.net" ' > Delete a>
--><body onblur= "This.focus ();" >
Document.referrer
<meta http-equiv= "Pragma" content= "No-cache" >
<meta http-equiv= "Cache-control" content= "No-cache, must-revalidate" >
<meta http-equiv= "Expires" content= "Wed Feb, 1997 08:21:57 GMT" >
or <meta http-equiv= "expires" content= "0" >
No vertical bar <body style= ' Overflow:-scroll;overflow-y:hidden ' > body>
No bars: <body style= ' Overflow:-scroll;overflow-x:hidden ' > body>
Two: <body scroll= "No" >body>