H
hila
hi all,
I have dynamic table
when i click on eny cell on table , i want to get the selected row
data.
how can i do this?
my html code is:
<table datasrc="#dsPersons" cellspacing="1" border="1" style="WIDTH:
312px; HEIGHT: 76px"
id="tblPhone" datafld="Phone">
<thead>
<tr>
<th colspan="2" align="center">
<font face="Times" size="4"><u>Phone List</u></font></th>
</tr>
<tr>
<th>
Description</th>
<th>
Number</th>
</tr>
</thead>
<tbody>
<tr>
<td><span id="dscCell" datafld="Dsc"></span></td>
<td><span id="numCell" datafld="Num"></span></td>
</tr>
</tbody>
</table>
I binded the table to xml that it's id name is "#dsPersons".
can you help me please?
thanks
Hila
I have dynamic table
when i click on eny cell on table , i want to get the selected row
data.
how can i do this?
my html code is:
<table datasrc="#dsPersons" cellspacing="1" border="1" style="WIDTH:
312px; HEIGHT: 76px"
id="tblPhone" datafld="Phone">
<thead>
<tr>
<th colspan="2" align="center">
<font face="Times" size="4"><u>Phone List</u></font></th>
</tr>
<tr>
<th>
Description</th>
<th>
Number</th>
</tr>
</thead>
<tbody>
<tr>
<td><span id="dscCell" datafld="Dsc"></span></td>
<td><span id="numCell" datafld="Num"></span></td>
</tr>
</tbody>
</table>
I binded the table to xml that it's id name is "#dsPersons".
can you help me please?
thanks
Hila