hello friends,
i need your ehlp,actually i have a tablbe in my php page,the format is
something like this:
<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>
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((monu,23) of this row is send to some
other page
similarly,when i click the row2 "t2" same function perform.pls help me its
urgent
-- 
View this message in context: 
http://www.nabble.com/problem-in-%3Ctr%3E-tf4253021.html#a12104148
Sent from the PHP - General mailing list archive at Nabble.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to