Animate Sample

Internet web sites often provide advertising space. To keep sites visually interesting and to display ads from different advertisers in a limited space, you can simplify the task by using the Ad Rotator component to display each ad in turn. Additionally, you can easily add or change an ad's hyperlinks , and enable users to visit the vendor's web site by simply clicking the ad.

The Browser Capabilities component submits a BrowserType object to identify the client's Web browser:

<% Set objBrowser = Server.CreateObject("MSWC.BrowserType") %> ;
<% If objBrowser.browser = "IE" and objBrowser.majorver >= 4 Then%>


Copyright © 1998-2002, Halcyon Software Inc. All rights reserved.