20080730 2005 GMT-6 I've kinda jumped projects for the moment to help out the local school before school starts. Im working with a page that has several drop down boxes
<select name="division"> <option value="math" label="Math">Math</option> <option value="arts" label="Arts">Arts</option> <option value="science" label="Science">Science</option> </select> like that. After the page is posted I have to error check all to be sure that certain questions have in fact been answered and if not, repost all of it back to the screen so they can see which have and have not been filled in. Is there a way to easily do this and show that if Arts was chose but they forgot the next one that Arts and the other selected questions are still selected? Wade
