Tom
Tom

Reputation: 6707

How to detect if IE is having JAVA blocked (security)

How to detect if IE is running with HIGHEST security and JAVA APPLET will not appear. It seems IE does not show alternative content of java object in this case.

I like to display some instructions to end user how to adjust their security settings IF java is disabled.

Is there difference in INTRANET ZONE how this works when compared to INTERNET zone?

Upvotes: 1

Views: 1605

Answers (1)

Rafael
Rafael

Reputation: 18522

Did you try the navigator.javaEnabled method?

There is also a clientCaps.isComponentInstalled method, but didn't ever used it.

Upvotes: 1

Related Questions