i want to chech thoes chekboxes which are sored in an array,
i.e. there is an array PreviousItems[] = [col1,col2,,col4 ,,,col7,,,,col1 1,col12,,]
want to checked thoes checkboxes in the form whoes id are stored in array PreviousItems.
i.e.
[HTML]<input type='checkbox' name='coffee' id='col1' value='Unit' checked />
<input type='checkbox' name='coffee' id='col2' value='Unit' checked />
<input type='checkbox' name='coffee' id='col3' value='Unit' unchecked />
<input type='checkbox' name='coffee' id='col4' value='Unit' checked />
<input type='checkbox' name='coffee' id='col5' value='Unit' unchecked />
[/HTML]Simillarly
i.e. there is an array PreviousItems[] = [col1,col2,,col4 ,,,col7,,,,col1 1,col12,,]
want to checked thoes checkboxes in the form whoes id are stored in array PreviousItems.
i.e.
[HTML]<input type='checkbox' name='coffee' id='col1' value='Unit' checked />
<input type='checkbox' name='coffee' id='col2' value='Unit' checked />
<input type='checkbox' name='coffee' id='col3' value='Unit' unchecked />
<input type='checkbox' name='coffee' id='col4' value='Unit' checked />
<input type='checkbox' name='coffee' id='col5' value='Unit' unchecked />
[/HTML]Simillarly
Comment