1. <body oncontextmenu="window.event.returnvalue=false" > file://将彻底屏蔽鼠标右键
<table border oncontextmenu=return(false)><td>no</table> file://可用于Table
2. <body onselectstart="return false"> file://取消选取、防止复制
3. onpaste="return false" file://不准粘贴
4. oncopy="return false;" oncut="return false;" file://防止复制
5. <link rel="Shortcut Icon" href="favicon.ico"> file://IE地址栏前换成自己的图标
6. <link rel="Bookmark" href="favicon.ico"> file://可以在收藏夹中显示出你的图标
7. <input style="ime-modeisabled"> file://关闭输入法
8. 永远都会带着框架
<script language="****"><!--
if (window == top)top.location.href = "frames.htm"; file://file://frames.htm为框架网页
// --></script>
9. 防止被人frame
<SCRIPT LANGUAGE=****><!--
if (top.location != self.location)top.location=self.location;
// --></SCRIPT>
10. <noscript><iframe src=*.html></iframe></noscript> file://网页将不能被另存为
<table border oncontextmenu=return(false)><td>no</table> file://可用于Table
2. <body onselectstart="return false"> file://取消选取、防止复制
3. onpaste="return false" file://不准粘贴
4. oncopy="return false;" oncut="return false;" file://防止复制
5. <link rel="Shortcut Icon" href="favicon.ico"> file://IE地址栏前换成自己的图标
6. <link rel="Bookmark" href="favicon.ico"> file://可以在收藏夹中显示出你的图标
7. <input style="ime-modeisabled"> file://关闭输入法
8. 永远都会带着框架
<script language="****"><!--
if (window == top)top.location.href = "frames.htm"; file://file://frames.htm为框架网页
// --></script>
9. 防止被人frame
<SCRIPT LANGUAGE=****><!--
if (top.location != self.location)top.location=self.location;
// --></SCRIPT>
10. <noscript><iframe src=*.html></iframe></noscript> file://网页将不能被另存为