Show a message if the browser is not internet explorer 9 or greater

后端 未结 10 1307
北恋
北恋 2020-12-31 01:18

I would like to show my users a bar that looks like this, if:

  1. Browser is not IE; or
  2. Browser is IE but is version 8 or earlier

10条回答
  •  轮回少年
    2020-12-31 01:52

    I like the simple conditional html. (Simpler always seems better.)

    Another more comprehensive javascript alert can be found at: http://www.browser-update.org

提交回复
热议问题