Sir,u r not getting what i m trying to say,my problem is how can i send the values of <td>s in a perticuler row,by a function in onClick event of that row.actuallly the values are coming from database,and i what i want when i click a perticuler row the values are sent to some other page: <table> <tr name="t1" id="t1"> <td>monu</td><td>23</td> </tr> <tr name="t2" id="t2"> <td>suman</td><td>24</td> </tr> </table> like the values in <td>s of <tr name="t1"> is "monu" and "23" ,i want when i click on <tr name="t1"> ,"monu" and "23" is sent to some other page,similarly same procedure follows when i click the <tr name="t2"> but this time the value would be "suman" and "24",i think u r getting what i m try to say.pls send the code for this: -- View this message in context: http://www.nabble.com/problem-in-%3Ctr%3E-tf4253021.html#a12138652 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