1. OnContextMenu = Window.Event.ReturnValue = False protegerá completamente el botón derecho del mouse
<Tabla border onContextMenu = return (false)> <td> no </table> se puede usar para la tabla
2. <Body OnSelectStart = return False> Cancelar selección y prevenir copia
3. Onpaste = return false no se permite pegar
4. OnCopy = return false;
5. <Link Rel = Icon de acceso directo href = favicon.ico> IE Board de direcciones a su propio icono
6.
7. <Input style = ime-mode: desactivado> Cerrar el método de entrada
8. Siempre traerás un marco
<Script Language = JavaScript> <!-
if (window == top) top.location.href = frames.htm;
// -> </script>
9. Evitar a las personas enmarcar
<Script Language = JavaScript> <!-
if.location! = self.location) top.location = self.location;
// -> </script>
10. <Script> <iframe src =*.
11. <Input type = Botton Value = Ver código fuente web
OnClick = Window.location = 'View-Source:'+ 'http://www.csdn.net/'>
12. Cómo verificar si el visitante usa un agente a través del método ASP
<% if request.ServerVariAbles (http_x_forwarded_for) <> entonces
Response.write <font color =#ff0000> Has pasado el servidor proxy, y _
La IP real es & request.ServerVariables (http_x_forwards_for)
final si
%>