variable vs object Read pgs.8.11-8.14 on variables Read pgs.9.04-9.13 on objects: object names and properties
A selection list object Read pgs.6.20-6.28, 9.25-9.28 refer to the function placeorder() in jackson.html document.form_name.list_name.selectedIndex document.form_name.list_name.options[#].text e.g., document.order.Product.selectedIndex document.order.Product.options[i].text
A radio button object Read pgs.6.28-6.31, 9.29-9.32 document.form_name.button_name[#].length document.form_name.button_name[#].checked e.g., document.order.USE[3].checked
A check box object Read pgs.6.33-6.35, 9.33-9.36 document.form_name.button_name.checked e.g., document.Registration.brkfst.checked