% 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 %>
|