|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by vandy02 in Java Server Pages (JSP), Dynamic HTML (DHTML), Extensible HTML (XHTML)
I have a simple HTML table that I have seen how to update, but how do you make it save? The following changes the value, but it does not save it. In other words, once I change it to "foo" I would like for it to change the table data in the file. Is there a way to do this with populating the html table with xml and then saving the changes to the xml file?
function loopRows(){
var table = document.getElementById('m
yTable');
for (var r = 1, n=table.rows.length;r<n;r+
+)
{
table.rows[r].cells[0].inn
erHTML = "foo";
}
}
Thanks
20091111-EE-VQP-91 - Hierarchy / EE_QW_3_20080625