Frames Property (.NET)

 

Type: Boolean

 

Returns whether the browser supports frames.

 

C# Example:

<html>Frames:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.Frames);

%>

</html>