強制IE瀏覽器或WebBrowser控制項

2021-09-06 18:19:34 字數 904 閱讀 6492

登錄檔:

32 bit:

hkey_local_machine\software\microsoft\internet explorer\main\featurecontrol\feature_browser_emulation

64 bit:

hkey_local_machine\software\wow6432node\microsoft\internet explorer\main\featurecontrol\feature_browser_emulation

值     說明

10001 (0x2711)     internet explorer 10。網頁以ie 10的標準模式展現,頁面!doctype無效

10000 (0x02710)     internet explorer 10。在ie 10標準模式中按照網頁上!doctype指令來顯示網頁。internet explorer 10 預設值。

9999 (0x270f)     windows internet explorer 9. 強制ie9顯示,忽略!doctype指令

9000 (0x2328)     internet explorer 9. internet explorer 9預設值,在ie9標準模式中按照網頁上!doctype指令來顯示網頁。

8888 (0x22b8)     internet explorer 8,強制ie8標準模式顯示,忽略!doctype指令

8000 (0x1f40)     internet explorer 8預設設定,在ie8標準模式中按照網頁上!doctype指令展示網頁

7000 (0x1b58)     使用webbrowser control控制項的應用程式所使用的預設值,在ie7標準模式中按照網頁上!doctype指令來展示網頁。

強制批量關閉IE瀏覽器

在用win7的時候,ie9開多了之後就很容易把系統卡死.乙個個去關閉又太麻煩.於是我寫了這麼一段指令碼用於關閉所有開著的ie瀏覽器程序 用vbs指令碼寫的.在桌面上新建乙個 文字檔案,改名叫做 kill.vbs 然後用記事本開啟把下面的 貼進去的 set ws createobject wscrip...

IE 瀏覽器修復

ie8 瀏覽器經常出現 網頁上的js指令碼錯誤的提示,大多數不影響正常使用,但在開發中這種現象比較難處理,ie瀏覽器安全效能級別高,js指令碼驗證要求比較嚴格,這是我在做專案時遇到的問題。ie9 ie10 ie11 360 firefox 360 sogou瀏覽器上都能正常執行的程式在ie8上就不行...

js 判斷瀏覽器是否IE瀏覽器

蒐羅各種方法來判斷瀏覽器是否為ie瀏覽器 1.最簡單的 來自 if 1,侷限 本判斷方法經過判斷在ie7 ie8 ie8相容模式 在ie9 ie10 ie11 不起作用 解釋 alert 1,2 相當於alert 1,2 tostring 這在ie與非ie上都相同,都會彈出 1,2 alert 1,...