OVH Cloud OVH Cloud

use Activex control

1 réponse
Avatar
khaled saber
i need a help.
how can i use an activex control with VBScript or JScript ?

1 réponse

Avatar
Do Re Mi chel La Si Do
Bonjour !

Je ne comprend rien à un message en anglais.

Néanmoins, avec jscript (pas javascript), il est possible de faire quelque
chose comme :

try{ var ax = new ActiveXObject("Aaaa.bbb");}
catch(error){ alert('Ne trouve pas l'AX');}

@-salutations

Michel Claveau