Welcome to TalkGraphics.com
Results 1 to 7 of 7

Threaded View

  1. #2
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Mobile website device detection code??

    Have you tried this one ?

    Code:
    <script type="text/javascript">
    <!--
    if (screen.width <= 699) {
    document.location = "mobile.htm";
    }
    //-->
    </script>
    Change the screen size from 699 to something like 3000 to test in Xara
    Attached Files Attached Files

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •