Codesnipp.it Social Code Sharing

sneakily1

iPad redirect (confirmed working!) I didn't write, just sharing

by sneakily1 on Jul 18, 2010

//working example on www.torchingigloos.com if you have an iPad <script> if ( (navigator.userAgent.indexOf('iPad') != -1)) { document.location = "http://somesitehere"; } </script>

Can't see the comments? Please login first :)