Thread: table row values
Results 1 to 2 of 2
Related
-
How to select multiple values from a table? Forum: Databases
Replies: 1 -
Getting min/max values from an array Forum: CGI Perl Forum
Replies: 1 -
adding up my values Forum: Javascript Forum
Replies: 1
-
03-20-2008, 08:11 AM #1
table row values
Hi All,
Suppose if am having a table of 2 columns like NAME and SSN. And i got 1000 records in that table. And am making a hyper link to NAME.
Now on click of NAME i want to popup the SSN, i.e i want to popup the particular <tr> value.
Regards,
Kartik
-
04-23-2008, 01:36 AM #2
Re: table row values
u should link to <td> not <tr>.