View Single Post
Old 05-18-2012, 05:34 AM  
jimmycooper
Confirmed User
 
jimmycooper's Avatar
 
Industry Role:
Join Date: May 2010
Location: Manhattan
Posts: 4,016
Quote:
Originally Posted by xxxupdate View Post
does any body have a mobile redirect code
Here you go, chief!

Code:
<script type="text/javascript">// <![CDATA[ 
   var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase())); 
   if (mobile) { 
       document.location = "http://www.yoursite.com"; 
   } 
// ]]></script>
__________________

jimmycooper is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote