检测浏览器是否支持有Flash2.0以上或有Flash插件-ASP技术-3P代码网
繁体中文
设为首页
加入收藏
当前位置:ASP技术首页 >> ASP技巧 >> 检测浏览器是否支持有Flash2.0以上或有Flash插件

检测浏览器是否支持有Flash2.0以上或有Flash插件

2004-10-01 08:26:10  作者:  来源:互联网  浏览次数:33  文字大小:【】【】【
简介:<html> <head> <% Set obJS = Server.CreateObject("MSWC.BrowserType") If obJS.javascript = TRUE Then 'Look for a version of Internet Explorer that supports ActiveX (i.e., on...

<%

Set obJS = Server.CreateObject("MSWC.BrowserType")

If obJS.javascript = TRUE Then

'Look for a version of Internet Explorer that supports ActiveX (i.e., one that's

'running on a platform other than Mac or Windows 3.1) or a browser that supports

'the plugin property of the navigator object and that has Flash Player 2.0

'installed:

%>

<%

obJS.Close

Set obJS = Nothing

End If

%>

See the Flashed Site

requires: Flash Player


See the unFlashed Site

责任编辑:admin
相关文章