Version is the property of the word::Applicatin. Not a method. So you should do it as follow:
var app = document.OA1.GetApplication();
var version = app.Version;
window.alert(version);
Leave a Reply
You must be logged in to post a comment.
Version is the property of the word::Applicatin. Not a method. So you should do it as follow:
var app = document.OA1.GetApplication();
var version = app.Version;
window.alert(version);
You must be logged in to post a comment.
Recent Comments