if (control == 'CheckBoxList2') {
<div class='container'>
<input type='checkpro1'/>0037 : Quinn, Thomas DDS <br/>
<input type='checkpro2'/>1234 : Sad, Asd <br/>
<input type='checkpro3'/>QADR2 : Snell, Jason <br/>
<input type='checkpro4'/>12SPAC : Space, Ken <br/>
<input type='checkpro5'/>12345 : Test, Hygienist DDS <br />
</div></td></tr>
}
It showing red lines in the above code..
I apppend the code in html var but still not working.
if (control == 'CheckBoxList2') {
var html_val="
0037 : Quinn, Thomas DDS
1234 : Sad, Asd
QADR2 : Snell, Jason
12SPAC : Space, Ken
12345 : Test, Hygienist DDS
";
</div>
}
type="checkbox" name="checkproX"htmlcode in js, you'll need to wrap this as a string and then append it where you want.