B
Bart Simpson
Is it possible to update only certain portions of a web page (without
uploading/refreshing the entire page)?.
I have a table displayed in a web page, and I would like to be able to
update the data in the table, cell by cell. That is to say, I could have
a function like so:
function updateCell(tablename, column_number, row_number) {
/* what goes here ? */
}
I suspect that the DOM (which I know next to nothing about), comes to
play here.
I look forward to any useful feedback.
Thanks
uploading/refreshing the entire page)?.
I have a table displayed in a web page, and I would like to be able to
update the data in the table, cell by cell. That is to say, I could have
a function like so:
function updateCell(tablename, column_number, row_number) {
/* what goes here ? */
}
I suspect that the DOM (which I know next to nothing about), comes to
play here.
I look forward to any useful feedback.
Thanks