ActiveXObject dans un Plugin
Bonjour,
Je voudrais dans un plugin pouvoir lister les fichiers d'un répertoire.
Pour faire ceci je voulais utiliser les fso
var fso = new ActiveXObject("Scripting.FileSystemObject");
Mais le serveur me répond
[JavaScript Error: "ActiveXObject is not defined"
Comment faire pour utiliser ces fonctions dans un plugin
Merci pour vos lumières


Even though I'm in Lyon, France right now, I apologize that I can only respond in English...
The browser/plug-in interface for Connected is Gecko-based, so ActiveX is not supported.
Firefox is the best way to test HTML-based plug-ins that you wish to use with Connected.