Advertisement
RyanJEarnshaw

Untitled

Oct 3rd, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <script type="text/javascript">
  2. if(navigator.appName.indexOf("Internet Explorer")!=-1 || navigator.userAgent.match(/Trident.*rv[ :]*11\./))
  3. {
  4. //This user uses Internet Explorer
  5. window.location = "error.html";
  6. }
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement