> It seems to be referring to the method="..." attribute of
> your form tag. Is it in your code? Did you set it to "post"?
> To be honest I've never had to set method="get", and I don't
> really know what it does. =)
When you specify METHOD="GET" in your FORM tag, it sends form data to the
requested URL via URL parameters instead of as formfields within the
response body. When you type in a URL in your browser, it requests the URL
from the server using a GET request - all of the data needed to respond to
the request is contained within the URL.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
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.