One frequently wanted snippet is one with the ability to select
all checkboxes in a form. Although there are many around some have problems when
using an array as the desired ‘name’. This script overcomes this by using DOM.
Step 1: Add this code in the head section of the document. Between the
<HEAD></HEAD> tags.
/*Select all check boxes script
/*
Select […]
