Thank you guys
I solved it myself with the use of an iFrame including and external file I called date.html, so now i just have to change the date.html.. but if you say one might encounter errors with frames, i will certainly try to use somethings else..
but i am not sure that I understand the code Twey so kindly provided:
Code:
<script type="text/javascript">
document.write("Document last modified: " + document.lastModified);
</script>
So i just implement this on all the html sites the same place, like this (for example):
Code:
<script type="text/javascript">
document.write("Document last modified: 1st of september 2008 " + document.lastModified);
</script>
And then just change it on one of the html files and then it auto updates on the other HTMLs?
Did I get that right?
Bookmarks