javascript IE + word.application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • szeying.tan@gmail.com

    javascript IE + word.application

    Hi all

    Is there any way for me to capture the DocumentBeforeS ave event with an
    ActiveXObject(" Word.Applicatio n") via Javascript in IE?

    Thanks in advance.

  • Jim Ley

    #2
    Re: javascript IE + word.applicatio n

    On 16 May 2005 14:32:39 -0700, szeying.tan@gma il.com wrote:
    [color=blue]
    >Hi all
    >
    >Is there any way for me to capture the DocumentBeforeS ave event with an
    >ActiveXObject( "Word.Applicati on") via Javascript in IE?[/color]

    Use scriptX (the free portion is fine) and use the Sink( ) method to
    sink events.

    Jim.

    Comment

    Working...