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