/ Published in: JavaScript
Expand |
Embed | Plain Text
<script language=javascript> <!-- if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { location.replace("http://url-to-send-them/iphone.html"); } --> </script>
You need to login to post a comment.
