给IE添加右键菜单
时间:2011-02-21 来源:BeyondTechnology
指向的文件只能是htm形式的,虽然有类似“res://D:\Win7\MICROS~1\OFFICE11\EXCEL.EXE/3000”
和“res://D:\Win7\China Mobile\Fetion\FetionExt.dll/202”形势的,其实都是html页面
新建一个DWORD(32bit)类型数据,值设为1,该键值控制的是在哪里点右键会在右键菜单里探出"MyContextMenu"项
Html文件内容如下,实际上启动系统自带的记事本
<html>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">
</head>
<body>
<script language="VBScript">
alert(external.menuArguments.location.href)
Set objShell = CreateObject("WScript.Shell")
objShell.Exec("notepad.exe")
</script>
</body>
</html>
相关阅读 更多 +