Type
Boolean
Description
Disables recognition of FRAMESET and FRAME tags.when set to True. If the page has a NOFRAMES section then that section will be displayed.
Example
REM View the NOFRAMES section of FRAMESET pages
WebsterPro1.NoFrames = True
Remarks
Changing this property affects subsequent page loads, but not pages that are already in cache (including the current page). You can use the Reload method to update the display after changing the NoFrames property.
This property has no effect on non-FRAMESET pages.