Eccolo
codice:
<form name="frmAutor" action="Gestione_Autorizzazioni.asp" method="post">

	<fieldset id='conferma'>
	 <legend>Conferma e invio dei dati</legend>
		<label for='invia' class='labelAccesskey'>[Alt+I]</label>
		 <input name='submit' type='submit' id='invia' value='Conferma' tabindex='3' title='Conferma e continua' accesskey='I' />
		 
		 <input id='annulla' type='reset' value='Riscrivi' tabindex='4' title='Annulla e reinserisci' accesskey='r'/>
		<label for='annulla' class='labelAccesskey'>[Alt+r]</label>
	</fieldset>
	<table width='100%' class='small tabuten'><tr>
	<th class='ce'>Aut</th>
	<th colspan='4' class='ce'>codice corso</th>
	<th width='40%' class='ce'>Descrizione</th>
	<th class='ce'>Matr</th>
	<th class='ce'>Cognome</th>
	<th width='5%' class='ce'>Data Iscr.
Data Aut.</th>
	</tr>
        <tr>
	<td width='2%' class='ce'>
		<input type="hidden" title="Conferma Iscrizione" name="iscrivi" id="5000BB1" value="266" />
 		na<input type="checkbox" accesskey='2' name="AC" id="cb1N" value="NA" tabindex='2'  onclick="selezione(this)" />
		au<input type="checkbox" accesskey='3' name="AC" id="cb1S" value="AU" tabindex='3'  checked onclick="selezione(this)" />
	</td>
	<td width='5%' class='ce'>yyy</td>
	<td width='5%' class='ce'>5</td>
	<td width='5%' class='ce'>hhhhh</td>
	<td width='3%'class='ri'>1</td>
	<td width='40%' class='le'>Descrizione</td>

	<td width='2%' class='ri'>14</td>
	<td width='5%'>cccccc</td>
	<td width='5%' class='ce'>02/10/2005
14/10/2005</td>
	</tr>
	<tr>
	<td width='2%' class='ce'>
		<input type="hidden" title="Conferma Iscrizione" name="iscrivi" id="5000BB1" value="244" />
 		na<input type="checkbox" accesskey='2' name="AC" id="cb1N" value="NA" tabindex='2'  onclick="selezione(this)" />
		au<input type="checkbox" accesskey='3' name="AC" id="cb1S" value="AU" tabindex='3'  checked onclick="selezione(this)" />
	</td>
	<td class="ce"></td>
	<td class="ce"></td>
	<td class="ce"></td>
	<td class="ce"></td>
	<td class="ce"></td>
	<td width='2%' class='ri'>nnnnn</td>
	<td width='5%'>yyyy</td>
	<td width='5%' class='ce'>02/10/2005
02/10/2005</td>
	</tr>
	<tr>
	<td width='2%' class='ce'>
		<input type="hidden" title="Conferma Iscrizione" name="iscrivi" id="5000BB1" value="243" />
 		na<input type="checkbox" accesskey='2' name="AC" id="cb1N" value="NA" tabindex='2'  onclick="selezione(this)" />
		au<input type="checkbox" accesskey='3' name="AC" id="cb1S" value="AU" tabindex='3'  checked onclick="selezione(this)" />
	</td>
	<td class="ce"></td>
	<td class="ce"></td>
	<td class="ce"></td>
	<td class="ce"></td>
	<td class="ce"></td>
	<td width='2%' class='ri'>nnn</td>
	<td width='5%'>hhhh<td>
	<td width='5%' class='ce'>02/10/2005
02/10/2005</td>
	</tr>

e così altre n righe
probabilmente basta identificare la posizione di ogni elemento con [i] ma non so come prelevarlo e indicarlo

Grazie in anticipo