自定义鼠标右键






自定义鼠标右键 - 锐客网


< script language = " javascript " type = " text/javascript " >
document.oncontextmenu = function ()
{
var div = document.getElementById( " hdiv " );

div.style.pixelLeft = event.clientX;
div.style.pixelTop = event.clientY;

div.style.display = " block " ;

return false ;
}

【自定义鼠标右键】



< div id ="hdiv" align ="center" style ="position:absolute; display:none; background-color:#EFF8FF; height:300px; width:100px; top:0px; left:0px; " >

< fieldset style ="border-color:#96C2EF; border-width:1px; border-style:solid; " >
< legend > 潍科

< table width ="100%" bgcolor ="#ECE9D8" style ="cursor:pointer; " >

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 关闭菜单



< tr >< td >< hr size ="0" color ="#C0C0C0" noshade ="noshade" >

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 首 题

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 上一题

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 下一题

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 末 题


< tr >< td >< hr size ="0" color ="#C0C0C0" noshade ="noshade" >

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 标记此题

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 取消标记

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 答题状态


< tr >< td >< hr size ="0" color ="#C0C0C0" noshade ="noshade" >

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 全 部

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 单 选

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 多 选

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 填 空

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 判 断


< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 其 它


< tr >< td >< hr size ="0" color ="#C0C0C0" noshade ="noshade" >

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 保存

< tr onMouseOver ="this.bgColor='FFFFFF'" onMouseOut ="this.bgColor='#ECE9D8'" >
< td align ="center" onClick ="hdiv.style.display='none'" > 交卷








    推荐阅读