Date:  04/26/2011 03:10:07 PM Msg ID:  004276
From:  FoxWeb Support Thread:  004274
Subject:  Re: Passed URL..
It looks like you are looking at the script name and the query string. For this you may need to combine the PATH_INFO or URL (depending your web server) and the QUERY_STRING server variables. Alternatively, you can use Request.PathInfo and Request.QueryString(). The latter should be called with no parameters.
FoxWeb Support Team
support@foxweb.com email
Sent by Ali Koumaiha on 04/26/2011 01:34:55 PM:
i am trying to find out which request variable i can use to obtain the current passed url.

example: if someone went to this site:
http://www.somesite.com/Script.fwx?Index=1&Start=20&SomeArray=10

so, in my fwx script:
i want to know they had this in the URL:
lcURL = "/Scripts.fwx?Index1&Start=20&SomeArray=10"