您现在的位置: 万盛学电脑网 >> 程序编程 >> 脚本专题 >> javascript >> 正文

js禁止用户复制网页内容特效代码

作者:佚名    责任编辑:admin    更新时间:2022-06-22

 <html>

<head> <title>禁止用户复制网页内容</title> </head> <body onselectstart="return false"> <table width="782" height="532" border="0" align="center" cellpadding="0" cellspacing="0" background="bg.jpg">   <tr>     <td width="594" height="165"> </td>     <td width="188" height="165"> </td>   </tr>   <tr>     <td height="367" align="left" valign="top" style="text-indent:5px; font-size:12px">一、市场潜力分析:       <p>   婴幼用品市场有很大的发展潜力。</p>       <p>二、市场现状分析: </p>       <p>     在国内孕婴幼用品市场正处于由未成熟向成熟阶段发展的过渡时期.</p>       <p>三、市场前景展望 </p>     <p>    婴幼用品供不应求。</p></td>     <td height="367"> </td>   </tr> </table> </body> </html></td>  </tr> </table>