獲取瀏覽器的模式

2021-10-10 06:05:41 字數 354 閱讀 6400

document.compatmode

檢視瀏覽器的模式

標準模式 css1compat" 主流瀏覽器

怪異模式 backcompat

document.compatmode用來判斷當前瀏覽器採用的渲染方式。

當document.compatmode等於backcompat時,瀏覽器客戶區寬度是document.body.clientwidth;

當document.compatmode等於css1compat時,瀏覽器客戶區寬度是document.documentelement.clientwidth。

瀏覽器客戶區高度、滾動條高度、滾動條的left、滾動條的top等等都是上面的情況。

瀏覽器渲染模式

1 首先www.baidu.com 這個 進行dns網域名稱解析,得到相應的ip位址 2 根據這個ip找到相應的伺服器,發起tcp三次握手 3 建立tcp鏈結之後,發起http請求 4 伺服器相應http請求,伺服器把html 傳送給瀏覽器 5 瀏覽器解析html 並請求html之中的資源 比如 c...

JS獲取瀏覽器的高度

ie中 document.body.clientwidth body物件寬度 document.body.clientheight body物件高度 document.documentelement.clientwidth 可見區域寬度 document.documentelement.client...

獲取預設瀏覽器的方法

獲取系統當前預設瀏覽器 win xp hkey classes root http shell open command 鍵值下 default 預設值是 c program files internet explorer iexplore.exe nohome win7 hkey current ...