dfx
06-20-2005, 11:06 AM
Hi.
I needs to read, at client side, the text content of a row of of a small table as the following using a javascript function having as parameter the Id (i.e. 89, 7659,...):
<TABLE Id="MyTable" name="Mytable">
<TR>
<TD Id=""89">Donald Duck</TD>
</TR>
<TR>
<TD Id=""7659">Donald Duck</TD>
</TR>
</TABLE>
How can I do it?
Other suggestions to manage, al client side, small indexed tables are welcome.
Thanks for any and all guidence anyone can give in this matter.
I needs to read, at client side, the text content of a row of of a small table as the following using a javascript function having as parameter the Id (i.e. 89, 7659,...):
<TABLE Id="MyTable" name="Mytable">
<TR>
<TD Id=""89">Donald Duck</TD>
</TR>
<TR>
<TD Id=""7659">Donald Duck</TD>
</TR>
</TABLE>
How can I do it?
Other suggestions to manage, al client side, small indexed tables are welcome.
Thanks for any and all guidence anyone can give in this matter.