December 1999
Beginner
416 pages
9h 41m
English
Finally, you might want to get some idea of how frequently your page is being accessed without having to dig through the server logs. The Page Counter component enables you to do that with just a few lines of code. We can add this under the banner ad on index.asp with the code in Listing 3.31.
… 31:<A href="register.asp"> 32:<IMG SRC="images/register.gif" BORDER=0 ALIGN="middle" ALT="Register" HEIGHT="39" WIDTH="39"> 33:Register</A> -- jump on board 34:<P> 35:<% 36: set AdvObject = Server.CreateObject("MSWC.AdRotator") 37: adHTML = AdvObject.GetAdvertisement("ads/AdRotatorSched.txt") 38: Response.Write adHTML 39:%> 40: 41:<% set pageCount = Server.CreateObject("MSWC.PageCounter") ... |
Read now
Unlock full access