RE: Query string disappear
the only way to do that is with a javascript generated window. js won't let you touch the "chrome" on a non-js generated window. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 11:21 PM To: CF-Talk Subject: RE: Query string disappear Alternativly you could possibly disable the location and status bars of the browser. A bit drastic however and more likely to annoy users than anything else. -Original Message- From: Javier Woodhouse [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 April 2001 13:02 To: CF-Talk Subject: RE: Query string disappear To hide 'ugly' URL's i usually put the page in a frame so the url will always read http://someplace.com/ as the user clicks through the one frame > -Original Message- > From: Todd Ashworth [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 12:32 PM > To: CF-Talk > Subject: Re: Query string disappear > > > Yes, but these can be easily seen and manipulated by viewing > the source. > > Encrypt() is a much better option for URL passed data. > > Todd > > - Original Message - > From: "Garza, Jeff" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, April 17, 2001 10:18 PM > Subject: RE: Query string disappear > > > > Really you can't. You'll have to look into using an > onClick event to fire > > off some javascript that submits a form with hidden fields. > That's what I > > do when I don't want clutter my urls with bunches of variables. > > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Query string disappear
Ahh .. my bad .. Jeff is right :) Pass them in hidden form fields, or by a form post method, or by frames that's about it. Todd - Original Message - From: "Garza, Jeff" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 11:10 PM Subject: RE: Query string disappear > Todd, > > While I agree with you (I also use the encrypt function to obfuscate my url > vars) the original question asked how to pass url variables without them > showing up and really you can't. > > Jeff Garza > Webmaster > Spectrum Astro, Inc. > [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Query string disappear
Alternativly you could possibly disable the location and status bars of the browser. A bit drastic however and more likely to annoy users than anything else. -Original Message- From: Javier Woodhouse [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 April 2001 13:02 To: CF-Talk Subject: RE: Query string disappear To hide 'ugly' URL's i usually put the page in a frame so the url will always read http://someplace.com/ as the user clicks through the one frame > -Original Message- > From: Todd Ashworth [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 12:32 PM > To: CF-Talk > Subject: Re: Query string disappear > > > Yes, but these can be easily seen and manipulated by viewing > the source. > > Encrypt() is a much better option for URL passed data. > > Todd > > - Original Message - > From: "Garza, Jeff" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, April 17, 2001 10:18 PM > Subject: RE: Query string disappear > > > > Really you can't. You'll have to look into using an > onClick event to fire > > off some javascript that submits a form with hidden fields. > That's what I > > do when I don't want clutter my urls with bunches of variables. > > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Query string disappear
Todd, While I agree with you (I also use the encrypt function to obfuscate my url vars) the original question asked how to pass url variables without them showing up and really you can't. Jeff Garza Webmaster Spectrum Astro, Inc. [EMAIL PROTECTED] -Original Message- From: Todd Ashworth To: CF-Talk Sent: 4/17/01 7:32 PM Subject: Re: Query string disappear Yes, but these can be easily seen and manipulated by viewing the source. Encrypt() is a much better option for URL passed data. Todd - Original Message - From: "Garza, Jeff" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 10:18 PM Subject: RE: Query string disappear > Really you can't. You'll have to look into using an onClick event to fire > off some javascript that submits a form with hidden fields. That's what I > do when I don't want clutter my urls with bunches of variables. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Query string disappear
To hide 'ugly' URL's i usually put the page in a frame so the url will always read http://someplace.com/ as the user clicks through the one frame > -Original Message- > From: Todd Ashworth [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 12:32 PM > To: CF-Talk > Subject: Re: Query string disappear > > > Yes, but these can be easily seen and manipulated by viewing > the source. > > Encrypt() is a much better option for URL passed data. > > Todd > > - Original Message - > From: "Garza, Jeff" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, April 17, 2001 10:18 PM > Subject: RE: Query string disappear > > > > Really you can't. You'll have to look into using an > onClick event to fire > > off some javascript that submits a form with hidden fields. > That's what I > > do when I don't want clutter my urls with bunches of variables. > > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Query string disappear
Yes, but these can be easily seen and manipulated by viewing the source. Encrypt() is a much better option for URL passed data. Todd - Original Message - From: "Garza, Jeff" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 10:18 PM Subject: RE: Query string disappear > Really you can't. You'll have to look into using an onClick event to fire > off some javascript that submits a form with hidden fields. That's what I > do when I don't want clutter my urls with bunches of variables. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Query string disappear
Really you can't. You'll have to look into using an onClick event to fire off some javascript that submits a form with hidden fields. That's what I do when I don't want clutter my urls with bunches of variables. Jeff Garza Webmaster Spectrum Astro, Inc. [EMAIL PROTECTED] -Original Message- From: Haryono ... To: CF-Talk Sent: 4/17/01 7:06 PM Subject: Query string disappear Hallo, how can i use query string, but disappear in my URL? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists