BrowserFluidCapable property: Request class
Description
Use this property to return a string indicating whether the browser is defined as fluid capable in the web server's configuration files.
This property is read-only.
Important:
Use this property within fluid applications only.
Example
If %Request.BrowserFluidCapable <> "Y" Then
...
End-If;