Hallo Mauro
das liegt am Form-Tag
setze ihn einfach außerhalbe des <tr>-Tags
ist zwar nicht die korrekte Art - hilft aber:
<form>
<tr>
<td width="66">PG 6.2</td>
<td width="331">
<select size=1 name="Auswahl" onChange="Go(this.form.Auswahl.options[this.form.Auswahl.options.selectedIndex].value)"
style="width: 320; background-color: #F0F0F0; font-size: 9pt; font-family: Arial, sans-serif; height: 20">
<option value="nothing">Seamless Stainless Steel Tubes
<option value="naht_edel_kalt.PDF">CFS stainless steel tubes
<option value="naht_edel_warm.PDF">HFS stainless steel tubes
<option value="naht_edel_astm.PDF">Smls stainless steel tubes acc to ASTM
</select></td>
<td width="68">06.06.2001</td>
<td width="99"> </td>
</tr>
</form>