hello friends,
i need your ehlp,actually i have a tablbe in my php page,the format is something like this:[code=html]
<table>
<tr name="t1" id="t1">
<td>monu</td><td>23</td>
</tr>
<tr name="t2" id="t2">
<td>monu</td><td>23</td>
</tr>
</table>[/code]
What i want,when i click a row like row "t1" the values of this particuler row,i means to say the value in <td>s of this row is send to some other page(monu,23)
similarly,when i click the row2 "t2" same function perform.pls help me its urgent
i need your ehlp,actually i have a tablbe in my php page,the format is something like this:[code=html]
<table>
<tr name="t1" id="t1">
<td>monu</td><td>23</td>
</tr>
<tr name="t2" id="t2">
<td>monu</td><td>23</td>
</tr>
</table>[/code]
What i want,when i click a row like row "t1" the values of this particuler row,i means to say the value in <td>s of this row is send to some other page(monu,23)
similarly,when i click the row2 "t2" same function perform.pls help me its urgent
Comment