Quote:
Originally Posted by StevenHu
I wrote an article that included a simple way to incorporate a simple footer using Javascript and innerHTML.
|
It doesn't work when JavaScript is turned off!
Also writing output using innerHTML messes things up of you need JavaScript to be able to interact with those parts of the page - so a lot of the time it will not work with JavaScript turned on.
Including web page content should ALWAYS be done using server side processing.