pluginVersion
Description
String property that retrieves the version of ScriptXtra that is installed.
Syntax
[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);