Encrypt  the url ????
I wrote a couple of tags that encrypt/ decrypt query_strings

so instead of index.cfm?value=6&name=jim

You get

page2.cfm?94946560A4946560B495214551E01031C1D1A.
and on page2 you include <cf_DeCryptURL>

and you can still use url.value and url.name etc

I don't have it handy at the moment though and it chould do with
more testing but I'll end it to you over the weekend if you want ...

~ Justin

----- Original Message -----
From: "Milks, Jim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 11, 2000 4:49 PM
Subject: More elegant way of passing URL variables?


> Hi,
> I am dynamically generating a list of customers, on which a user can click
> to go to a detailed page. To do this, I am putting the customerID into a
URL
> variable in the A HREF path. But the client doesn't want to see the value
in
> the address bar, as they consider it a security risk.
>
> What would be a better solution? A hidden FORM field for each item, and
have
> the HREF call Javascript which posts the form? The problem with that us I
> will get all of the form fields in the detail page, unless the JS passes a
> value to indicate the field I want, but hen I essentially have the same
> problem....
>
> Any input appreciated.
>
> James
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to