In our company we create landing pages using HTML and javascript. I want to create a handler that detects the whether the user is entering the site with a mobile device or a computer and display the different landing pages accordingly. I don’t need a complete explanation on how to do this but I would very much like a basic outline as to what I should be doing and what I should research to do this
Thanks.
E
You can deliver a response according to the browser type by using the following steps:
As an alternative you can detect the browser type using JavaScript and modify the page on the client side, or use CSS @media types.