Jump to content

Disable ActiveX control with Javascript

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
gszauer

gszauer

    Programmer

  • Members
  • PipPipPipPip
  • 113 posts
When you write an Applet and the "Click here to activate and use this control" Dialog pups up in IE...
Well that is the most annoying thing ever.
I Found this tutorial, wich gets rid of that problem with JavaScript:
The Elegant, Unobtrusive Javascript Workaround for "Click to activate and use this control"
Here is a sample of it in action with a simple applet i wrote:
"http://szauer.net/scripts/activexTest/"

I Hope this helps someone

~Aristotle said:

It is the mark of an educated mind to entertain a tought without accepting it
If my post was helpful, please help me build some rep Posted Image

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Cool, thanks for the post. This will come in handy. I also hate that feature of IE.