Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) Part Number E10726-01 |
|
|
View PDF |
Checks if the client browser is running on a Sun system.
Type and Usage
Output
Returns TRUE if the client browser is running on Sun.
Returns FALSE if the client browser is not running on Sun.
Example
Redirects to a different URL if the browser is running on Sun:
<$if IsSun$> <a href="<$redirect$>"> <$endif$>