I have a website, and I want to insert the HTML from another file into the web page each time the page loads.
for example, if I had a file called index.html, and another file called header.html, how can I have index.html insert the code from header.html each time the page is loaded?
I tried looking for a javascript function that can read and insert a file off the server, but I couldn't find anything.
Thanks for any help you can provide.
2006-06-25
18:36:47
·
6 answers
·
asked by
Jonathan
3
in
Computers & Internet
➔ Programming & Design