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 Macintosh operating system.
Type and Usage
Output
Returns TRUE if the client browser is running on a Mac.
Returns FALSE if the client browser is not running on a Mac.
Example
Redirects to a different URL if the browser is running on a Mac:
<$if IsMac$> <a href="<$redirect$>"> <$endif$>