/ Published in: Other
Expand |
Embed | Plain Text
<script type="text/javascript"> if(screen.width < 600){ window.location = "http://yourmobilesite.com"; } </script>
You need to login to post a comment.
dottDesign on 05/31/10
javascript redirect textmate mobile
1 person have marked this snippet as a favorite
<script type="text/javascript"> if(screen.width < 600){ window.location = "http://yourmobilesite.com"; } </script>
You need to login to post a comment.