Dear all,
I would like to attach a onclick event to a table row as follows:
oRow[row_index].attachEvent("onclick", doSelect);
however, for the function doSelect, I would like to pass 2 arguments when attaching. How can I do that??
any alternative method??
Thx a lot!