Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Detect Internet Explorer
SUBMITTED BY:
TheSwarm
DATE:
Oct. 22, 2015, 3:20 p.m.
FORMAT:
Text only
SIZE:
498 Bytes
Raw
Download
Tweet
HITS:
1525
Go to comments
Report
<script type="text/javascript">
if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) { //test for MSIE x.x;
var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
if (ieversion>=8)
document.write("You're using IE8 or above")
else if (ieversion>=7)
document.write("You're using IE7.x")
else if (ieversion>=6)
document.write("You're using IE6.x")
else if (ieversion>=5)
document.write("You're using IE5.x")
}
else
document.write("n/a")
</script>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus