Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript change html contents via javascript Re: change html contents via javascript

#93755

Why not just use Ajax then you can just store all new content in a separate text file. Seems like the easiest way to me. Just use the XMLHttpRequest object.