IsWindows

Checks if the client browser is running on a Windows operating system.

Type and Usage

Output

  • Returns TRUE if the client browser is running on Windows.

  • Returns FALSE if the client browser is not running on Windows.

Example

Redirects to a different URL if the browser is running on Windows:

<$if IsWindows$>
    <a href="<$redirect$>">
<$endif$>