⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 right.js

📁 仓库管理软件
💻 JS
字号:
var menuload="<table id=rightmenu width='85' border='1' cellspacing='0' style='padding-left:16;padding-top:1;padding-bottom:1; width:84px; z-index:50;visibility: hidden;' class='window-0'>"
+"<tr><td class='window-1'><table width='100%' border='0' cellpadding='3' cellspacing='0'>"
+"<tr><td align='center' onClick=document.execCommand('Undo')  onMouseOver=this.style.background='#08246B';this.style.color='#FFFFFF' onMouseOut=this.style.background='';this.style.color=''>撤消(<U>Z</U>)</td>"
+"</tr><tr><td align='center'  onClick=document.execCommand('Cut') onMouseOver=this.style.background='#08246B';this.style.color='#FFFFFF' onMouseOut=this.style.background='';this.style.color=''>剪切(<U>T</U>)</td>"
+"</tr><tr><td align='center' onClick=document.execCommand('Copy')  onMouseOver=this.style.background='#08246B';this.style.color='#FFFFFF' onMouseOut=this.style.background='';this.style.color=''>复制(<U>C</U>)</td>"
+"</tr><tr><td align='center' onClick=document.execCommand('Paste')  onMouseOver=this.style.background='#08246B';this.style.color='#FFFFFF' onMouseOut=this.style.background='';this.style.color=''>粘贴(<U>P</U>)</td>"
+"</tr><tr><td align='center' onClick=document.execCommand('Delete')  onMouseOver=this.style.background='#08246B';this.style.color='#FFFFFF' onMouseOut=this.style.background='';this.style.color=''>删除(<U>D</U>)</td>"
+"</tr><tr><td align='center' onClick=this.select()   onMouseOver=this.style.background='#08246B';this.style.color='#FFFFFF' onMouseOut=this.style.background='';this.style.color=''>全选(<u>A</u>)</td>"
+"</tr></table></td></tr></table>"
document.write(menuload);
function showmenuie5(){
 var rightedge=document.body.clientWidth-event.clientX-100
 var bottomedge=document.body.clientHeight-event.clientY-25
if (rightedge<rightmenu.offsetWidth)
 rightmenu.style.left=document.body.scrollLeft+event.clientX-rightmenu.offsetWidth;
else
 rightmenu.style.left=document.body.scrollLeft+event.clientX
if (bottomedgerightmenu.offsetHeight)
 rightmenu.style.top=document.body.scrollTop+event.clientY-rightmenu.offsetHeight
else
 rightmenu.style.top=document.body.scrollTop+event.clientY
 rightmenu.style.visibility="visible"
return false
}
function hidemenuie5(){
 rightmenu.style.visibility="hidden"
 }
document.oncontextmenu=showmenuie5;
document.body.onclick=hidemenuie5;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -