网站设首页加收藏代码

网站设首页加收藏代码 a href=# onclick=javascript:window.external.AddFavorite(http://www.xxx.com,我的网站) title=收藏我的网站到你的收藏夹 class=baise_a收藏本站/a a onclick=this.styl...

网页屏蔽鼠标右键防止复制代码

网页屏蔽鼠标右键防止复制代码: 方法一、 script language=javascript function click(){ if (event.button==2){ alert(禁止使用鼠标右键!!!) } } document.onmousedown=click /script 方法二、...