[Seasar-user:12962] [Teeda]ForEachのindexについて

小川 昌幸 [E-MAIL ADDRESS DELETED]
2008年 2月 19日 (火) 21:51:08 JST


いつもお世話になっております。
小川と申します。

ForEachのindexについて質問ですが、
どの行の<input type="image">又は<a>が押されたか判断する
のに悩んでいます。
他の<input type="text" >、<input type="button">などは
http://d.hatena.ne.jp/yone098/20070208/1170906454
を参照して解決したのですが、<input type="image">又は<a>
の場合解決出来ませんでした。

以下ソースです。
 1<tbody id="selectItems">
 2	<tr id="selectIndex" class="list">
 3		<td>
 4			<input type="text" id="defsuuryou"  size="4" maxlength="3"
style="text-align: right" onkeyup="calcValue(this.name)"
onfocus="this.select()"/>
 5			<input type="hidden" id="selectIndex-x"/>
 6		</td>
 7		<td>
 8			<input type="text" id="deftotal" size="10" value="¥0"
style="border-style: none; text-align: right" />
 9		</td>
10		<td>
11			<input type="image" src="../img/cart-1.gif" width="70" height="20"
alt="cart" onclick="return inthecart()"></input>
12		</td>
13	</tr>
14</tbody>

11step目のinthecart()javasclipt関数にて、4stepのtext.valueを取得しよう
と考えております。

以上、よろしくお願い致します。


Seasar-user メーリングリストの案内