programmher
Programmer
Hello, all.
I was asked if one could embed a CFSet statement INSIDE a CFSelect statement.
My first inclination was to say "no"; but, after considering it further, I was wondering if this was, in fact, possible?
Here is an example of what they want to do:
<select name="<cfset value ='misc'> change_this_value" onChange="this.form.test_value.value=this.value;">
I was asked if one could embed a CFSet statement INSIDE a CFSelect statement.
My first inclination was to say "no"; but, after considering it further, I was wondering if this was, in fact, possible?
Here is an example of what they want to do:
<select name="<cfset value ='misc'> change_this_value" onChange="this.form.test_value.value=this.value;">