You have a closing </tr> tag after the Location Name field, followed by an openint <tr> tag. As long as you have that, I think you'll have the Location Name in a separate row.
blog.robsondesign.com
For consistency, reliability, flexibility, and lots of other good reasons, you should switch from cfquery to cfstoredproc. And, as bombboy suggests, it would be a good idea to use cf's Replace() function to escape any single quotes in text fields.
blog.robsondesign.com
Did you try setting some session variables? You could set the value of the variable(s) based on the value the user has selected in the select boxes. Then, add some code that evaluates the presence and value of the session variable(s), with some conditional breaks to set the value of the select...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.