JavaScript Property (.NET)

 

Type: Boolean

 

Returns whether the browser is capable of supporting JavaScript. See the JavaScriptEnabled property for information on detecting disabled JavaScript.

 

C# Example:

<html>JavaScript supported (regardless if disabled):

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.JavaScript);

%>

</html>

 

See Also:

JavaScriptEnabled Property (.NET)

JavaScriptBuild Property (.NET)

JavaScriptVer Propert (.NET)