John Stokes wrote:

Is there some way of formatting, on our website, location links to other websites so when click-accessed they show up as requests on our access_log and in our analog Request Report?

There are two ways of doing this:

* Change the target URL so that the request is processed by your server, for example http://www.example.com/redirect.cgi?url=http://www.example.org/
* Record the click-through using another method, something like


<a href="http://www.example.org/"; onclick="tracker = new Image(); tracker.src = 'http://www.example.com/track.cgi?url=' + escape(this.href); return true;">Click here</a>

Note that this depends on Javascript so it will not count visitors who click through with Javascript disabled, and therefore also exclude robots (which may actually be desirable).

--
Klaus Johannes Rusch
[EMAIL PROTECTED]
http://www.atmedia.net/KlausRusch/

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to