报告老板2第七集被和谐:ASP网页 如何使别人保存网页保存时出错 求代码

来源:百度文库 编辑:高考问答 时间:2024/05/05 06:08:19

保存出错
<noscript>
<iframe src="aaaas.htm"></iframe>
</noscript>
文件随便写,不一定需要有aaaas.htm这个文件

下面是防止复制,拖都,右键代码
<body topmargin="0" leftmargin="0" 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="aaaas.htm"></iframe>
</noscript>
文件随便写,不一定需要有aaaas.htm这个文件

下面是防止复制,拖都,右键代码
<body topmargin="0" leftmargin="0" oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false"onmouseup="document.selection.empty()">

上面的做的很周到了