Classic ASP submitting multi-value checkbox selections and then displaying choices with other table items
问题 I've looked all over the web and cannot find the answer to this riddle. I am still using VBSCRIPT (Classic ASP) and I have two tables in SQL, (Jobs and Tasks) Jobs Table ID TaskID Tasks Table ID TaskName I basically have a form where a new job can be created and the user can choose one or more tasks from the Tasks Table using checkboxes. Let's assume the user checks Task #1 and #3. This form then submits the selected tasks and then inserts it into the TaskID field inside the Jobs table with a