identifying activex security settings

S

Sem K.

Hi,

I am installing an activex from a web page, for my clients, however,
it is possible for users to prevent activex objects in IE.

Some percentage of the users, don't see the initial "trust" yes/no
security box (my control IS signed).

I suspect, that this is because, they have some obscure security
settings.
I want to know whether it is possible, to identify this condition ?
Can javascript query the IE security model ?

Thank you in advance,
Sem
 
V

VK

I suspect, that this is because, they have some obscure security
settings.

Yes, it's a security issue, but nothing obscure: it's called High
Security Level. In particular

Security Settings > Download signed ActiveX controls > Disable
and
Run ActiveX controls and plug-ins > Disable (or Administrator approved)
I want to know whether it is possible, to identify this condition ?
Meanning on the server-side? No.
To prompt users that something's missing, use something like
<object...>ActiveX control is not activated.</object>
Can javascript query the IE security model ?
No (except check cookie allowed/disabled).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,525
Members
44,997
Latest member
mileyka

Latest Threads

Top