HI, I run a website and site has got totally messed in IE this work will take some time to repair In the mean time we want the users who open our site to use only firefox or chrome how do I do this ... Especially if they are coming from ie if already in ff or chrome its ok ie is issue This is temp solution till work is complete Can pm sitename PLEASE HELP Rajiv
using a client side script such as javascript could acomplish your needs, try this one http://www.quirksmode.org/js/detect.html using a server script such as PHP allows you to detect client user agent using $_SERVER['HTTP_USER_AGENT'] from there you should be able to tell the client is using IE or other thinggie ==>owh yes, there is a great open source project hosted at google code, try to find a project named ie7, that piece of tiny javascript fixes many css bugs on the IE browser(ver 5 and up) maybe that should help you faster instead of telling user to use FF or Chrome