Quote:
How do I include a block of code in all the pages without having to
duplicate it?
Javascript? |
JavaScript is dependant on the user having a browser that supports js, and
has it turned on (not all of them do, and there are more and more companies
blocking JavaScript as a security measure).
Your best bet would be to use a server side include (php, asp, shtml -
google can point you in the right direction for each of these depending on
what your host provides, they all do pretty much the same thing).
HTH --CDD