MSIE

Checks whether the client browser is Microsoft Internet Explorer.

Type and Usage

Output

  • Returns TRUE if the client browser is Internet Explorer.

  • Returns FALSE if the client browser is not Internet Explorer.

Example

Redirects to a different URL if the browser is anything other than Internet Explorer:

<$if not MSIE$>
    <a href="<$redirect$>">
<$endif$>