不能另存为网页,不能选择网页内容

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>测试不能另存为网页,不能选择网页内容</title>
<!--禁止网页另存为-->
<noscript>   <iframe   src= "*.htm "> </iframe>   </noscript>

</head>
<body  oncontextmenu=self.event.returnValue=false onselectstart="return false">
    我是内容,你不能 另存为
</body>
</html>

posted @ 2011-05-31 15:01  小2010  阅读(171)  评论(0编辑  收藏  举报