Hello everyone. I have a page that has a bunch of pull down menus that a
user can use to search a database.
At the beginning of the template, I have a bunch of CFPARAMS:
<cfparam name="form.training" default="void">
<cfparam name="form.month" default="void">
<cfparam name="form.year" default="void">
<cfparam name="form.region" default="void">
the actual selects look like:
<cfselect name="region">
<option value="void">  
<option value="1">Northeast
<option value="2">Southeast
<option value="3">Southwest
<option value="4">Midwest
<option value="5">Western
<option value="6">Mid-Atlantic
<option value="7">Northwest
</cfselect>
The actual action of the search is on the page itself. Anyway, when I
select a region and hit submit, the cfparam statement overwrites the
variable I am trying to search by. Shouldn't the cfparam only overwrite the
statement if it is not defined?
Thanks in advance
Chris Martin
[EMAIL PROTECTED]
www.fsenablers.com
www.fslink.com
------------------------------------------------------------------------------
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.