Collection of fine Code
1. oncontextmenu= "window.event.return& #118alue =false" will completely shield the right mouse button
Available for table
2.Deselect, prevent copying
3. onpaste= "return false" no paste
4. oncopy= "return false;" oncut= "return false;" Prevent replication
5. Switch to your own icon before the IE address bar
6. You can display your icon in the Favorites folder.
7. Turn off IME
8. Always with frame
9. Prevent people from being frame
10. Web pages will not be saved as
11.
& #111nclick = "window.location = ' view-source: ' + ' http://www.csdn.net/'" >
12. How to check whether the visitor uses the agent by means of ASP
<% if Request.ServerVariables ("Http_x_forwarded_for") <> "then
Response.Write "You passed the proxy server," & _
"Real IP is" &request.servervariables ("Http_x_forwarded_for")
End If
%>
13. Get the absolute position of the control
file& #58//& #106avascript
file& #58//vbscript