Posted by Stefan Mueller on 01/23/06 14:46
>> Does anyone know how I can get the row dynamically?
>
> What is it you are "really" trying to accomplish? No one cares about
> the row where you clicked. What are your "really" trying to do? Why
> do you think you need the row?
I wrote some Java Scripts to sort a html table.
The data are visible on the screen (html table) and are also stored in an
array. If I click now on a checkbox I need to now which row of my array
'array[row]' I have to modify (modify the flag of the checkbox). That's the
reason I need to know on which row I've clicked the checkbox.
Stefan
[Back to original message]
|