Guest User

Untitled

a guest
Oct 8th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
  2.      if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://google.com/myiphonepage.html";
  3. } else {
  4.  
  5. window.location = "http://google.com/myregularpage.html";
  6. }
Advertisement
Add Comment
Please, Sign In to add comment