Ask a Question related to Macromedia ColdFusion, Design and Development.
-
fraumeni #1
Re: Preservedata and checkbox
If you're using ColdFusion 6.1, the "CHECKED" attribute is ignored when using
PRESERVEDATA.
To accomplish this, set the variable FORM.CheckBoxGroupName to
"FirstCheckBoxValueToBeChecked,SecondCheckBoxValue ToBeChecked,etc." for each
CFINPUT NAME group you want checkboxes checked in.
Let me know if you want further explanation, I know this is an old one (found
the post when searching for a fix for a checkbox/preservedata bug inserted in
CF 7.)
fraumeni Guest
-
cfform preservedata="yes"
<cfform format="flash" timeout="100000" name="visitrequest" method="post" height="800" action="security_visitor_requestp2.cfm" width="500"... -
Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked.
I am trying to update the database field when the checkbox is clicked. I am trying to modified the following solution but.. got stuck on the... -
asp checkbox
Kerri, Do a search for the checkbox list object and how to databind it. It think that's what will work best for you. Sincerely, -- S.... -
Q: How to get the value of a checkbox of which name without '[]'?
Consider the following form in a HTML file: .... <input type=checkbox name="box" value=1> <input type=checkbox name="box" value=2> <input... -
DIV, CheckBox
Hello, I am populating a DIV with Checkboxes based on rows I get from a Table while dr.read() ..... mydiv.controls.add(etc...) .... other set...



Reply With Quote

