View Single Post
Old 05-18-2012, 03:11 PM  
money biz
Confirmed User
 
Join Date: Jan 2003
Posts: 973
Quote:
Originally Posted by jimmycooper View Post
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>
thank you
money biz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote