K
K
kagri2016-03-07 15:26:42
HTML
kagri, 2016-03-07 15:26:42

How can I make sure that users ie8 and below are prompted to update their browser version when they enter the site?

The site is displayed correctly in all browsers except ie8 and below. I would like to make it so that users using ie8 and below are prompted to upgrade their browsers to a newer version when they enter the site. Otherwise, the site will not be displayed. Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Ineshin, 2016-03-07
@IonDen

https://browser-update.org/
In any case, there is no need to make such drastic decisions that nothing is displayed at all on ie8. Normal practice is to degrade the site to a simpler version that will work everywhere.

Z
zooks, 2016-03-07
@zooks

I recommend writing like this:

<!--[if IE]>
<p>Пожалуйста, <a href="http://firefox.com">обновите ваш браузер</a> до новой версии.</p>
<![endif]-->

IE8-10 is not even supported by Microsoft.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question