E
Edward Thrashcort
I want to add a popup script to a Word 2003 document so that when it's saved
as HTML, I can invoke a popup via a "javascript:mypopupScript()" hyperlink.
I have managed to do this manually using the Microsoft Script Editor BUT....
here's the real problem.... I want to do this programmatically using VBA.
I can open the script editor using ActiveDocument.HTMLProject.Open but I
can't figure out how to execute commands within the script widow.
I've looked at the Help but there does not appear to be any methods to do it
Can somebody PLEASE tell me what I am missing?
Is there another way of doing this?
Eddie
as HTML, I can invoke a popup via a "javascript:mypopupScript()" hyperlink.
I have managed to do this manually using the Microsoft Script Editor BUT....
here's the real problem.... I want to do this programmatically using VBA.
I can open the script editor using ActiveDocument.HTMLProject.Open but I
can't figure out how to execute commands within the script widow.
I've looked at the Help but there does not appear to be any methods to do it
Can somebody PLEASE tell me what I am missing?
Is there another way of doing this?
Eddie