转载:http://www.cnblogs.com/killerlegend/p/3575391.html 转载:http://www.cnblogs.com/shouce/p/5101001.html 在MSDN上提到了三种方式来创建,如下: Creating Cascading Menus with the SubCommands Registry Entry Creating Cascading Menus with the ExtendedSubCommandsKey Registry
下面为JavaScript代码 window.onload = function () { //好友列表 var f = 0; //判断指定id的元素在页面中是否存在 if (document.getElementById("menu")) { var menu1 = document.getElementById("menu"); f = 1; } document.oncontextmenu = function (e) { //菜单定位 //阻止执行默认的鼠标
鼠标右键用记事本打开.reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Notepad] @="用记事本打开" [HKEY_CLASSES_ROOT\*\shell\Notepad\command] @=hex(2):6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,20,00,25,00,31,00,00,00 取消右键用记事本打开.reg Windows Regi
http://www.cnblogs.com/wuhenke/archive/2010/01/29/1659353.html Google Code上有一个RightClickManager的项目. 并在\html-template\index.template.html中加上 params.wmode="opaque";
secureCRT的鼠标右键功能默认是粘贴的功能,用起来和windows系统的风格不一致, 如果要改为右键为弹出文本操作菜单功能,方便对选择的内容做拷贝编辑操作,可以在 options菜单---->global options------>terminal------->mouse子菜单对 paste on right button的选项不要打勾就可以.