Quote:
Originally Posted by xxxupdate
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>