Type: Double
Returns the version of JavaScript that the browser supports. For example 1.4.
C# Example:
<html>JavaScript version:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.JavaScriptVer);
%>
</html>
See Also:
JavaScriptEnabled Property (.NET)
JavaScript Property (.NET)
JavaScriptBuild Property (.NET)