home *** CD-ROM | disk | FTP | other *** search
/ Perfect Web Design / Dokonaly-Webdesign_covermount.bin / files / ASP.EXE / data.z / script5.asp < prev    next >
Encoding:
Text File  |  1996-11-22  |  556 b   |  22 lines

  1. <CENTER>
  2. <BR>
  3. <%  
  4. Set OBJbrowser = Server.CreateObject("MSWC.BrowserType") 
  5. If OBJbrowser.ActiveXcontrols = "True" and Request.ServerVariables("HTTP_UA_CPU")= "x86" Then 
  6. %> 
  7.  
  8.   <OBJECT CODEBASE="/AdvWorks/Controls/nboard.cab#version=5,0,0,5"
  9.         WIDTH=460
  10.         HEIGHT=60    
  11.         DATA="/AdvWorks/Controls/billboard.ods"
  12.         CLASSID="clsid:6059B947-EC52-11CF-B509-00A024488F73">
  13.   </OBJECT>
  14.  
  15. <% 
  16. Else 
  17.   Set Ad = Server.CreateObject("MSWC.Adrotator") 
  18. %> 
  19. <%= Ad.GetAdvertisement("/aspsamp/tutorial/lessons/adrot.txt") %>
  20. <% End If %>
  21. </CENTER>
  22.