08-30-2004, 01:38 PM
ok, needs some additional code, but it works on links.
i made a subfolder in qm dir ->context, in it there is a file with name
qm.html.
content:
registry file to add qm to the ie context menu
(you will have to change the path to qm.htm)
macro ie_context
i made a subfolder in qm dir ->context, in it there is a file with name
qm.html.
content:
<script language="VBScript">
sURL = window.external.menuArguments.event.srcElement.href
createObject("WScript.Shell").run "qmcl.exe " + "M ""ie_context"" A " + sURL + ""
</script>registry file to add qm to the ie context menu
(you will have to change the path to qm.htm)
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\qm_proxy]
@="C:\\Programme\\Quick Macros 2\\context\\qm.htm"
"contexts"=dword:00000020macro ie_context
