<%set bc=server.CreateObject("mswc.browsertype")%> 瀏覽器名稱是browser:<%=bc.browser%><br> 瀏覽器版本是version:<%=bc.version%> <br> 瀏覽器主版本是majorver:<%=bc.majorver%> <br> 瀏覽器輔版本是minorver:<%=bc.minorver%> <br> 瀏覽器的運行平臺是platform:<%=bc.platform%> <br> |
<%set bc=server.CreateObject("mswc.browsertype")%> <%if bc.frames=true then%> 瀏覽器支持多窗口(frames)顯示 <%else%> 瀏覽器不支持多窗口(frames)顯示 <%end if%> <br> <%if bc.backgroundsounds=true then%> 瀏覽器可以播放背景音樂(backgroundsounds) <%else%> 瀏覽器不能播放背景音樂(backgroundsounds) <%end if%> <br> <%if bc.tables=true then%> 瀏覽器支持表格(tables)顯示 <%else%> 瀏覽器不支持表格(tables)顯示 <%end if%> <br> <%if bc.beta=true then%> 你的瀏覽器是一測試版(beta) <%else%> 你的瀏覽器是一正式版 <%end if%> <br> <%if bc.activexcotrols=true then %> 瀏覽器支持active控制 <%else%> 瀏覽器不支持active控制 <%end if%> <br> <%if bc.cookies=true then%> 瀏覽器支持cookie功能 <%else%> 瀏覽器不支持cookie功能 <%end if%> <br> <%if bc.vbscript=true then%> 瀏覽器支持vbscript <%else%> 瀏覽器不支持vbscript <%end if%> <br> <%if bc.jscript=true then%> 瀏覽器支持jscript <%else%> 瀏覽器不支持jscript <%end if%> 學習交流
熱門圖片
猜你喜歡的新聞
新聞熱點 2024-04-27 13:35:46
2024-04-27 13:33:47
2024-04-24 22:53:44
2024-04-23 19:32:50
2024-04-23 19:25:50
2024-04-23 19:13:19
疑難解答 |