如果浏览器是IE6警报

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如果浏览器是IE6警报相关的知识,希望对你有一定的参考价值。

  1. <!--[if IE 6]>
  2. <script type="text/javascript">
  3. /*Load jQuery if not already loaded*/ if(typeof jQuery == 'undefined'){ document.write("<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></"+"script>"); var __noconflict = true; }
  4. var IE6UPDATE_OPTIONS = {
  5. icons_path: "http://static.ie6update.com/hosted/ie6update/images/",
  6. message: "O seu navegador Internet Explorer 6 é um navegador muito antigo e pouco seguro. Clique aqui para atualizar."
  7.  
  8. }
  9. </script>
  10. <script type="text/javascript" src="http://static.ie6update.com/hosted/ie6update/ie6update.js"></script>
  11. <![endif]-->

以上是关于如果浏览器是IE6警报的主要内容,如果未能解决你的问题,请参考以下文章

asp.net-ckeditor4怎么样才能支持ie6啊或者有啥别的办法支持ie6谢谢

jQuery:IE6警报

常见兼容问题汇总

js实现对json数据的序列化(兼容ie6以上浏览器)

在 Iphone、Ipad 和使用 Safari 浏览器中 - 警报“使用 myapp 打开”

jquery ajax不支持ie6吗