In your Form or CFForm tag, you get to chosse the METHOD.  The default
(strangely) is GET, which passes the form fields appended to the URL.  If
you use POST for the METHOD, the fields will be passed via the HTTP headers,
which is usually preferable IMHO.

Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork


-----Original Message-----
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 7:22 AM
To: CF-Talk
Subject: Getting Form's fields as URL parameter too...


Hello there,

is this possible...


Bismarck
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
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.mail-archive.com/[email protected]/
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