Question
manage Indesign application from browser
Hello, all
I need to manage InDesign on my client station via internet browser. I trying to use JavaScript + ActiveX object for it (browser is IE8).
Than when i type
var AI = new ActiveXObject("InDesign.Application.CS5");
IE saids than it can`t create activeX object. Is it possible what i want?
