You need to encrypt the data you don't want others to see. You can use a
simple hashing (where you replace the customer ID with other characters) or
you can use encrypt in cfml. We use our own custom tag that encrypts data
using Blowfish and then URL encodes the result so that it conforms to RFC.
On the other end we URL decode and then decode that with Blowfish.
HTH,
Howie
----- Original Message -----
From: aslam bajaria <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 1:17 PM
Subject: Can we hide
> 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?
>
> Appreciate
> A.B.
>
> __________________________________________________
> Do You Yahoo!?
> Send online invitations with Yahoo! Invites.
> http://invites.yahoo.com
> --------------------------------------------------------------------------
----
> 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.
------------------------------------------------------------------------------
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.