Question
Passing text field value in url
I have a page with several list boxes referencing variable
recordsets (bond types, bond purposes, etc.). I have "EDIT" links
beside each going to the respective pages that perform those
duties. I have named the list boxes (ex. id="Purposes") and I want
to pass the value selected in the list boxes to the EDIT pages.
When I try to use the link
editPurpose.cfm?Purpose_ID=<cfoutput>#Purposes#</cfoutput>,
I get the error "Variable PURPOSES is undefined". How do I
reference a text field that is not in a form?
