IsMac

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$>