Is there a nice/easy way to save the state of a whole bunch of
checkboxes on an html page? I'm looping through all and saving them in
a cookie, and then read the cookie on a page load and set the checkbox
values accordingly. Just wondering if there is a better way....
this is done locally. the html file is not on a server.
just want ideas....
thanks