>shouldn't your second option value have a matching pound sign > > <option value="" selected="selected">DDL2</option> > <cfoutput query="q2"> > <option value="#ID">#ITEM#</option> > <!----------------------- #ID should be #ID# > </cfoutput> > >Also I'm a big proponent to <cfparams.. you can set default values with ><cfparam to guarentee a field is ALWAYS present.. ><cfparam name="url.variable22" default="0" /> > ><cfif url.variable22 neq 0> blah </cfif> > > > > >>
thanks guys for pointing me to the right way..my url variable was passed correctly ..and the "trim" did the trick... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5639 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
