.             

Detect iPad, iPhone, BlackBerry, Android and Redirect to smart phone Version Website

If you want to redirect iPads and iPhones to your smart phone Website basically use the code below and change the link to your site and post it before the ending of

iPhone :

<script type="text/javascript">
  if ((navigator.userAgent.indexOf('iPhone') != -1)) {
    document.location = "http://www.Eyyad.net";
  }
</script>