4つの<input>すべてが行のid値"2013-0455"を読み取るように、onclickイベントが必要です。
私の頭の中で、私は各入力をJQueryのtrの子として見ています。それを実現する方法がわかりませんか?
それがうまくいかない場合は、4つの入力のいずれかをクリックして、次の値を取得できるようにします。id="File_Number"
<tr id="2013-0455">
<td><input id="File_Number" value="2013-0455" type="readonly" size="7"></td>
<td><input id="File_DateTime" value="2013-03-16 03:08:12" type="readonly" size="18"></td>
<td><input id="Address" value="123 Sesame Street" type="readonly" size="20"></td>
<td><input id="File_Comments" value="Something said done entered" type="readonly" size="30"></td>
</tr>