home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dialog / detect~1.txt < prev    next >
Encoding:
Text File  |  1999-07-26  |  484 b   |  18 lines

  1. Browser type !
  2. <%=Server.CreateObject("MSWC.BrowserType").Browser%>
  3.  
  4. Browser Version !
  5. <%=Server.CreateObject("MSWC.BrowserType").Version%>
  6.  
  7. Supports cookies or not !
  8. <%=Server.CreateObject("MSWC.BrowserType").Cookies%><
  9.  
  10. Supports VBScript or not !
  11. <%=Server.CreateObject("MSWC.BrowserType").VBScript%>
  12.  
  13. Supports JavaScript or not !
  14. <%=Server.CreateObject("MSWC.BrowserType").JavaScript%>
  15.  
  16. Supports Frames or not !
  17. <%=Server.CreateObject("MSWC.BrowserType").Frames%>
  18.