According to the source of the page, your input fields have the same name "T1". At least, they should be difference, such as T1, T2, T3
Aslo:
1) Add FORM tag around the table. It is not necessarily sometimes, but some browser will ignore the input field without FORM
2) Add javascript...