IsSun

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