iPhone Browser Redirect Script
The best iPhone Redirect JavScript I’ve seen. After evaluating several different way to do this I found this to the the simplest one out there. Simply past this into the page and edit the url for your iPhone enabled page:
<script>
if(navigator.userAgent.indexOf(“iPhone”) != -1)
{
window.location = “http://iphone.maine-webcams.com”;
}
</script>
<script>
if(navigator.userAgent.indexOf(“iPhone”) != -1)
{
window.location = “http://iphone.maine-webcams.com”;
}
</script>









Loading...
