Description
String property that retrieves the version of ScriptXtra that is installed.
Syntax
1[sVersion =] window.external.pluginVersion; This is a read-only property.
[sVersion =] window.external.pluginVersion;
This is a read-only property.
Applies To
window.external for content displayed in the ScriptXtra window.
Example
alert(
"The installed version of ScriptXtra is: "
+ window.external.pluginVersion);