Заглушка для IE
Вариант 1 (HTML):
<!--[if lte IE 9]>
	<meta http-equiv="refresh" content="0; url=/stub/index.html" /> 
<![endif]-->
Вариант 2 (HTML):
<!--[if lte IE 9]>
	<div style="background: red;color: #fff;padding: 10px;text-align: center;border-bottom: 2px dashed #fff;font: 16px/24px Verdana, Geneva, sans-serif;">&#9888; Внимание!!! Ваш браузер устарел. <a href="https://browsehappy.com/" target="_blank">Обновить браузер?</a></div>
<![endif]-->
<noscript>
	<div style="background: red;color: #fff;padding: 10px;text-align: center;border-bottom: 2px dashed #fff;font: 16px/24px Verdana, Geneva, sans-serif;">&#9888; Внимание!!! У вас отключен Javascript. <a href="https://www.enable-javascript.com/ru/" target="_blank">Как включить?</a></div>
</noscript>
Вариант 3 (PHP):
<?php
$file = "stub/index.html";
if (is_file($file) && stripos($_SERVER["HTTP_USER_AGENT"], "MSIE") !== false) {
	require $file;
	exit;
}
?>
Просмотры: 474
Поделится:
Комментарии (0)
IP-адрес: 3.142.250.114
Часовой пояс: Asia/Almaty
Подробнее

Сервисы

Страницы

Информация