vbscript - VBS add on not working in internet explorer (IE8) in Windows 7 -


I'm trying to add a command in the IE command bar, which will show a simple warning box when clicked (I later To add more work to it) I used it to create VBScript and added it to the registry (both direct and via wow6432 node).

It works properly on the Windows 2003 system, which should be IE-8 (IE 8.0.6001 specific) and works in conjunction with the Windows 7 system on IE-10.

But it does not work on Windows 7 systems, which are IE 9 or IE-8.0.76 or later versions. The window refreshes to click on a button instead of giving a popup

This script will not run even after minimizing and enabling all security settings. It runs the script when adding the Accec key to the registry, but outside of Internet Explorer, which is not as good as running it.

I need to know that some changes are necessary for these particular versions of IE so that the same VBS can be executed in Win2003 system or with IE7 in IE in the Win7 system.

The same was added to the same 6432Node.

I was able to solve the problem. Actually this issue was with security settings in IE 9 or IE-8.0.76 or later versions, allow setting "active" content to run in files on my computer ???? It should be checked in advance, the tab of Internet Options is not by default and this is what stops the script from running.

This resolves the problem above.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -