Hi
I have an application which consist of only static pages.
there are almost 45 html files each having the footer code (which is same for every page)
so what i want to do is to have that footer code in one file and include that in each of the html.
i searched on net and found out SSI and javascript.
SSI looks scary to me as i can't
test that in local host and all and this is a customer facing web site.
with javascript - there are two links also in the footer - they stops working if i take that code in javascript.
i'm using document.write("<html code>")
please help - i've to deliver code tomorrow