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:
Is that at all possible?
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="vbscript">
If ( ' ActiveX scripting enabled ) Then
doThis()
Else
doThat()
End If
</script>
Is that at all possible?