/ Published in: JavaScript
Expand |
Embed | Plain Text
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))){ window.location = "http://somewebsite.com/iphone"; }
You need to login to post a comment.
