Hi All, I have a script which redirects if the browser is IE, does anyone know how to include Safari in the redirection? I have tried a couple of things but I can’t seem to crack this one.
<script>if (/*@cc_on!@*/false || (!!window.MSInputMethodContext && !!document.documentMode)) {window.location.href="../error/noSA.php";}</script>
Thanks in Advance