网页不能复制的代码
作者:linzi 日期:2007-07-04
今天在一个网站看到一点资料不错,就想复制下来,可没想网站的制作者限制了复制和保存,我来了兴趣,于是打开网站的源代码查看,原来是这段代码起的作用。要加密的网页也可以用这个方法呢 
<body leftmargin="10" topmargin="0" marginheight="0" marginwidth="0" onmousemove='HideMenu()' oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()"><noscript>
<iframe src=*></iframe></noscript>

<body leftmargin="10" topmargin="0" marginheight="0" marginwidth="0" onmousemove='HideMenu()' oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()"><noscript>
<iframe src=*></iframe></noscript>
- 1







