I did something like this relatively recently, with the added requirement that
both the variable name and the value be encrypted (fun, eh). On top of that,
there was a handler page that I had to ensure was continuing to attach all of
my url vars to the url for cflocation. I'll give you my cod
structKeyList(url)
.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: Won Lee [mailto:won...@gmail.com]
Sent: Friday, July 09, 2010 3:04 PM
To: cf-talk
Subject: Re: Extract an URL Variable name?
On Thu, Jul 8, 2010 at 11:11 PM, Les
On Thu, Jul 8, 2010 at 11:11 PM, Les Mizzell wrote:
>
> If I'm passing an URL Variable - with the variable name itself being
> dynamic, what's the best was to extract the variable name (not the
> value) on the receiving page?
>
> As in:
> for: index.cfm?somevar=somevalue
> I need to return "some
> If I'm passing an URL Variable - with the variable name itself being
> dynamic, what's the best was to extract the variable name (not the
> value) on the receiving page?
>
> As in:
> for: index.cfm?somevar=somevalue
> I need to return "somevar" on the receiving page as a value.
>
> or for: index
If I'm passing an URL Variable - with the variable name itself being
dynamic, what's the best was to extract the variable name (not the
value) on the receiving page?
As in:
for: index.cfm?somevar=somevalue
I need to return "somevar" on the receiving page as a value.
or for: index.cfm?bigdog=br
5 matches
Mail list logo