:: Forum >>

Total Line

I wrote that little part of script. Actually i didn't deep search in forum but i hope can anyone help me. I want realtime refresh for result. How can do that?

obj.total = function (column){
var rows = 0;
for (i = 0; i < obj.getRowProperty("count"); i++) {
rows += obj.getDataProperty('value', i, column);
}
document.getElementById("total" + column.toString()).innerHTML = rows;
};
Sinan Keskin
Wednesday, September 14, 2005
what do you exactly want to do?.. get all indexes of selected rows and place it in a textbox in your document?.. please clarify..
anonymous me
Thursday, September 15, 2005
I want total of all rows in selected column and place in a div. But when the value is changed it must be change itself.
Sinan Keskin
Friday, September 16, 2005

This topic is archived.


Back to support forum

Forum search