I am getting back the error: Missing ; before statement
chkBox.innerHTML = "<input type=checkbox onclick=is_checked() id="cbox + index" name="cbox + index">"+field1+"";
And it is pointing to the cbox that is bolded.
Whatever help given will be appreciated.
The piece of code is within a function and the index variable is calculated and the field1 variable is being passed in.
getjbb
chkBox.innerHTML = "<input type=checkbox onclick=is_checked() id="cbox + index" name="cbox + index">"+field1+"";
And it is pointing to the cbox that is bolded.
Whatever help given will be appreciated.
The piece of code is within a function and the index variable is calculated and the field1 variable is being passed in.
getjbb