Date:  08/27/2009 01:38:47 PM Msg ID:  004005
From:  irace_z28 Thread:  004005
Subject:  Encrypting Query String
 Hello,
 
I have a form where the method attribute is set to 'get'.
When the form is submitted, I don't want user's to be able to see the variables being passed in the URL and need help hiding/encrypting it. 
 
I see where foxweb has the object "Server.HashMD5(cTextString)" but I don't know to apply that to the query string when the form is submitted.  
 
Please help.
 
Thanks.