If you are just trying to hide values, then you can put them in Session or Client vars. This way, you don't have to pass them at all, yet still have access to the values. But, you do have to get the values to the server somehow in the first place. Maybe a blank, hidden IFrame, then set the source of the IFrame in JS Code, specifiying the values as URL Parameters. Unless of course your values are coming from a database, in which case the page never really needs to seem them. (shooting in the dark here, not quite sure what your requirements are)
HTH Shawn Grover -----Original Message----- From: Justin Greene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 12:25 PM To: CF-Talk Subject: RE: Hiding Info In View Source You cannot block the ability for someone determined to view your source, you can only make it difficult. I can telnet into the server and get the raw html regardless of how much munging you do to the file and if you use javascript to encrypt the file, I can write a routine to unencrypt the javascript and so on and so forth... You can make it tough, but not impossible. Justin > -----Original Message----- > From: Jim Vosika [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 2:15 PM > To: CF-Talk > Subject: RE: Hiding Info In View Source > > External javascript files maybe... > > Jim > > -----Original Message----- > From: Double Down [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 11, 2002 12:55 PM > To: CF-Talk > Subject: Hiding Info In View Source > > Does anyone know of a way to hide some form fields in the view source > code? > > TIA > > DDINC > > > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

