brianashman
Technical User
Every example for adding to the IE context menu(like this one) use Jscript. When I try to use VBScript & msgbox instead of the Jscript alert, I get a "permission denied:msgbox" script error.
Works...
Doesn't work
How can I get VBscript & msgbox to work?
Works...
Code:
<SCRIPT> x=alert external.menuArguments.document.URL);</SCRIPT>
Doesn't work
Code:
<SCRIPT language="VBscript"> x=msgbox(external.menuArguments.document.URL)</SCRIPT>
How can I get VBscript & msgbox to work?