Question
CF form field question
I have:
<cfinput name="OpenFoil" readonly="#iif(url.e eq 0,de('yes'),de('no'))#"
type="checkbox" value="1" checked="yes" onClick="optionFoil(this.form)">
I would like to check the box if url.e is 0. When I try the above code,
I can still check the box, and uncheck it, its not read only...... Will
this not work the way I want?
<cfinput name="OpenFoil" readonly="#iif(url.e eq 0,de('yes'),de('no'))#"
type="checkbox" value="1" checked="yes" onClick="optionFoil(this.form)">
I would like to check the box if url.e is 0. When I try the above code,
I can still check the box, and uncheck it, its not read only...... Will
this not work the way I want?