At 10:17 AM 4/24/00 -0700, you wrote:
>If I have a url link as:
>
><a
>href="Index.cfm?fuseaction=Processform&Customerid=999">Click
>here</a> to process the form.
>
>Is there a way to hide the information about the
>Customer id?
>
>I know it can be done in a form. But can it be done in
>a url link?


I think you can encrypt and decrypt it, but I'm not sure how to do that. I 
just looked in the CFML Language Reference and found an Encrypt function. 
If you don't have this resource, look for info in the CF Studio search tab. 
This is the syntax:

Encrypt(string, key)
and
Decrypt(string, key)

I'm not sure how to define the key.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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