Codesnipp.it Social Code Sharing

Andrew Champ

Redirect Mobile Devices

by Andrew Champ on Jun 24, 2010

// I like this a lot since it's really straight forward, simple // to use, and works for every device! // Detects screen width & redirects if under the pixel amount // you set. <script type="text/javascript"> <!-- if (screen.width <= 699) { document.location = "mobile.html"; } //--> </script>

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