K
Kevin
Good Morning,
My project consists of three:
1.main.html
2.paintTable.js
3.saveTable.js
main.html just calls funtions #2 and #3.
paintTable.js(void) consists of a bunch of document.write(...) that
draw HTML. It takes no
saveTable.js(void) makes a dummy XML, then performs a
xmlDoc.save("some location.xml"); In this function, a new
ActiveXObject("Microsoft.XMLDOM") is made, then it's saved once the
updated table entries are saved.
My project consists of three:
1.main.html
2.paintTable.js
3.saveTable.js
main.html just calls funtions #2 and #3.
paintTable.js(void) consists of a bunch of document.write(...) that
draw HTML. It takes no
saveTable.js(void) makes a dummy XML, then performs a
xmlDoc.save("some location.xml"); In this function, a new
ActiveXObject("Microsoft.XMLDOM") is made, then it's saved once the
updated table entries are saved.