Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX detection

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

Is it possible to detect using VBScript whether the user has enabled ActiveX scripting in their browser?
I want to do something like this:

Code:
<script language=&quot;vbscript&quot;>
If ( ' ActiveX scripting enabled ) Then
   doThis()
Else
   doThat()
End If
</script>

Is that at all possible?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top