Hi friends i want to need one help. i have my website for desktop. but i want to create another website design for mobile devices. if some one type my website url from mobile devices then user shows my mobile website not my original desktop website. can you please provide me code or suggest me. thanks in advance.
<script type="text/javascript"> <!-- if (screen.width <= 699) { document.location = "mobile.html"; } //--> </script>