Support for analog web log analyzer wrote:
> Hi…
> 
> The problem I am having is this:
> 
> On a site about animals there is a page called pets.asp
> The page contains a number of anchors which look like this:
> 
> /pets.asp#dogs
> /pets.asp#cats
> /pets.asp#turtles
> 
> I need to capture all the requests for each anchored section of the site 
> individually.

Anchors are never sent to the server - if you go from within the page, 
there is no server request, it's just handled by the browser locally. If 
you come in from outside, the server is asked for pets.asp, and then the 
browser finds #dog.
The only way to get the server involved would be to use 
/pets.asp?dogs#dogs or similar - then you'd get it logged, and analog 
could analyse it.

Chris

Any views expressed in this message are those of the sender and not necessarily 
those of CCA Group.  The unauthorized use, disclosure, copying or alteration of 
this message is forbidden.  The contents of this message may be confidential 
and/or privileged, copyright CCA Group and are intended solely for the use of 
the individual or entity to whom they are addressed.  Whilst this message has 
been scanned, CCA Group cannot guarantee that it is virus free or compatible 
with your systems and accepts no responsibility for any loss or damage arising 
from its use. The recipient is advised to run their own anti-virus software. If 
you receive this message in error please contact [EMAIL PROTECTED] immediately, 
destroy any copies and delete it from your computer systems.

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to