Forum Moderators: open
I have the need to change some variable settings without having to edit the html source. I was going to have a file that would look like:
var description1="#*$!xxx";
var description2="xxxxxx";
that could just be uploaded when some things need to be changed. Unfortunately the host of the website does not have database support, so I need to be able to upload a file that will allow for text on the webpage to be changed.
try this:
[jpspan.sourceforge.net...]
and wrt SCRIPT elements:
[dotvoid.com...]
My only concern with XMLHttpRequest is that, to my understanding, in IE it is implemented as an ActiveX control. I would hope that most who still use IE to browse the web have ActiveX disabled, or at least hobbled.
Regarding iframes and quoting from Goodman's Dynamic HTML, Second Edition, "Because an iframe element draws its content from a separate server file, it may be used as a way to accomplish client-side 'includes'."