你的位置:首页 > 网海拾贝

修改header.asp。找到

<body onload="initJS()" onkeydown="PressKey()">

替换为

<% if memName<>Empty then %>
<body onload="initJS()" onkeydown="PressKey()">
<% else %>
<body onload="initJS()" onkeydown="PressKey()" oncontextmenu='return false' 
ondragstart='return false' onselectstart ='return alse' onbeforecopy='return 
false'>
<% end if %>

即可,『在IE浏览器下有效,FF中无效』

  • 发表评论
  • 查看评论
【暂无评论!】

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。