I wondering if anyone knew how to populate checkboxes. I have a table consisting of text boxes which populates excellently. Towards the bottom of the table i have a check box consisting of yes and no. so when the results display, it should automatically populate to display either yes or no. Please Help
the html code is <input type="checkbox" checked="checked" name="whatever" /> For JS use getElecmentById('idhere').checked = true;