On Sat, August 11, 2007 4:58 am, shivendra wrote:
>
> 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

You'd really be better off just wrapping the values in A link tags...

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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

Reply via email to