Getting the index of a selected item in table!!!!!!!!!!
when using the following code I keep getting a value of -1 for index, despite having a different item selected each time. Any reason why this is happening??????
var index = obj.getSelectionProperty("index");
document.write(index);
var index = obj.getSelectionProperty("index");
document.write(index);
carbine
April 5,