Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1.         <script type="text/javascript">
  2.         if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
  3.         {
  4.             var answer = confirm ("Go to mobile site?")
  5.             if (answer)
  6.             window.location="mobile"
  7.         }
  8.  
  9.         </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement