wsj lab:: JavaScript - detect browser's compatibility

There are various ways to detect user browser's compatibility with your web pages via JavaScript ?
You my right-click your mouse and select "View Source" to see the source code.
Everything is inside the function displayInfo()
 
[x]
JavaScript 中有很多種不同資訊和方法可以偵測使用者的網頁瀏覽器和你所開發的網頁是否相容
你可以按滑鼠右鍵看程式碼
所以的東西都在 dispalyInfo() 這個 function 裡面