Moje pytanie brzmi: jak odwołać się np. do form 1, potem do 2
<form name="1"> <input type="checkbox" id="1">a <input type="checkbox" id="2">b <input type="checkbox" id="3">c <input type="checkbox" id="4">d </form> <form name="2"> <input type="checkbox" id="1">a <input type="checkbox" id="2">g <input type="checkbox" id="3">h <input type="checkbox" id="4">d </form> <form name="3"> <input type="checkbox" id="1">a <input type="checkbox" id="2">h <input type="checkbox" id="3">c <input type="checkbox" id="4">h </form> . . . n <input type="button" value="wyslij">