javascript - Disable Autoload (via IE Helpbar Popup) of ActiveX Control -


in ie 9, have activex control loaded using object tag, ie like:

<object id="asdf" classid="clsid:..." codebase="asdf.cab##version=1,2,3,4"></object>.

unless control has been installed, on page load bar pops asking if want install. there way disable this?

i'd load control if it's installed , nothing if not.

thanks

ps pointers javascript info re activex controls , object tags appreciated, can't seem find via google.

remove codebase attribute , display innertext of object tag instead of attempting install control when isn't installed on system.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -