Hi,
I'm currently generating reports on-the-fly by automating Microsoft Word on the client from a web page using javascript. This works fine apart from being very slow - I understand that this is due to the way that javascript binds to ActiveX objects at run-time (ie, late binding).
Does anybody know of a way to speed up OLE automation from javascript?
Thanks in advance for any help.
Adrian.
I'm currently generating reports on-the-fly by automating Microsoft Word on the client from a web page using javascript. This works fine apart from being very slow - I understand that this is due to the way that javascript binds to ActiveX objects at run-time (ie, late binding).
Does anybody know of a way to speed up OLE automation from javascript?
Thanks in advance for any help.
Adrian.