Javascript to detect an old Internet Explorer and offer to download newer browser(s)

前端 未结 4 1721
甜味超标
甜味超标 2021-01-16 04:22

I\'m looking for something good-loking that I can paste on a page and be done with it.

The script should detect IE versions older than 9 and show a nice popup with l

4条回答
  •  甜味超标
    2021-01-16 04:55

    I would probably use a comment hack with IE conditional comments to do the version detection.

    
    

    It's technically not using javascript to do the detection and is rather using a feature inherent to IE but it should work more consistently than a complex javascript function.

提交回复
热议问题