Date:  06/10/2003 11:13:38 PM Msg ID:  001491
From:  FoxWeb Support Thread:  001490
Subject:  Re: Capture URL
Data sent by the browser to the server is exposed to FoxWeb scripts via the Request object.  The ServerVariables method in particular has most of the information you are looking for, including a number of variables that can be combined to construct the URL used by the user to call the script.  Some of the most common server variables can be found in the FoxWeb documentation.

FoxWeb Support Team
support@foxweb.com email

Sent by Roger Stanley on 06/10/2003 06:51:40 AM:
I would like to capture a users URL (and any other information possible) when they submit information on my site (registration, message board, etc.) and save it to a database.  How can I capture the URL? What other information can I capture?