/ Published in: JavaScript
Expand |
Embed | Plain Text
if(navigator.userAgent.match(/iPhone/i)){ window.location = "/iphone/"; }
You need to login to post a comment.
marcio on 01/25/10
1 person have marked this snippet as a favorite
if(navigator.userAgent.match(/iPhone/i)){ window.location = "/iphone/"; }
You need to login to post a comment.