화난코더


javascript에서 출력되는 Internet Explorer 9.0 브라우저 버전 정보입니다.

<script>

        document.write(navigator.userAgent);

</script>

....

Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3) 




 

jQuery로 조회 시

<script src="http://code.jquery.com/jquery-1.5.js"></script>
<script>    

    document.write($.browser.version);

</script>

....


9.0  

 


Posted by 화난코더