|
Link Ranking System This quick block of code takes any number of links from an access
database and displays them as a table. Each time a link is clicked,
the click is recorded in the database and the client is redirected
to the proper site, creating a simple click thru monitor that records
the popularity of links.
Version 3.0 released on June 9, 2002 has the following changes that previous
versions of the software didn't have:
- changed querystring passed from address to id (string to int)
- rebuilt as a vbscript class
- repaired the overflow error caused by incorrect coding in previous versions
- opens the db only one time on each run, rather than 2 times like in previous versions. result was a speed increase.
- returned html is now pretty, rather than one big string
|