I really hate Internet Explorer! It is one of most web browsers ever created! I am a website and want to put some code on each page that will make anyone who uses Internet Explorer to be redirected to another page that works with Internet Explorer, but does not want a browser that is sent.
How do I create a Web page that redirects Internet Explorer to only a specific page?
Posted by admin on May 9th, 2010
RSS Feed
Twitter
Posted in
Tags:
You can change this in just IEhttp: / / javascript. Internet. com / user-details / browser-version-redirect. html Why not make your web pages appear correctly in all browsers? It seems to be an easy thing to hacer.Soy developer and I get all my sites to work in all browsers o. k. I design for Firefox then if necessary, modify the CSS to do the same thing in IE.
you need a PHP script to detect the type of browser. The best way is to use CSS for designs and sizes. You can then use a variable to change the identifying name for each section. One way is: if (strpos ($ _SERVER [HTTP_USER_AGENT], “MSIE”)> 0) ($ Style_mod = “ie”) else ($ Style_mod = “”) Then, using PHP to generate HTML Each call to a div or similar causes problems that you can use an option: $ html_string. = “
You can do this with javascriptbúsqueda in google “javascript to detect Internet Explorer”
You can use code like this: Hope that helps.