Quote:
Originally Posted by mnkhaki
I hate IE. Its complicated and stubborn.
So I want visitors on our site to be redirected using a pop-up saying "you're using an unsupported browser".
|
I am not a MSIE fan, but what you intend to do is both silly and in loser. Like it or not, IE remains the main browser, with 54% of share market, which means you will loose half of the possible visitors for your site. After all, which people uses which browser is not your concern.
On the other hand, if you are coding carefully and, if necessary, you are using some simple cross-browser workarounds, you can create a site which should look and behave the same in all the browsers. No need for silly pop-up messages, nor for redirection toward separate web documents.
Quote:
Originally Posted by mnkhaki
I don't know much about JQuery - but I want to implement what this site offers on mine.
|
If so, start learning how to use JQuery. Make sure you have learned JavaScript, first.