D
Dr John Stockton
JRS: In article <[email protected]>, seen in
Without the tabular content, the page is of little use. But I'm
beginning to feel that without Javascript to do it automatically, the
page <URL:http://www.merlyn.demon.co.uk/holidays.htm> might not get
updated.
H'mmm - the data could be in an include file, which would open the door
to production of, say, a Danish version of the Table ...
news:comp.lang.javascript said:But I could, I think, DynWrite[1] the whole Table into a <div> after the
page is loaded ... which is not needed, so I can document.write it
during page loading ... which, by parameterising the data, may well
reduce the page size.
Yes. If the page critically depends on Javascript anyway, creating the
content with Javascript isn't a problem. If the page can be used
without Javascript, then making it dependent is inferior.
Without the tabular content, the page is of little use. But I'm
beginning to feel that without Javascript to do it automatically, the
page <URL:http://www.merlyn.demon.co.uk/holidays.htm> might not get
updated.
H'mmm - the data could be in an include file, which would open the door
to production of, say, a Danish version of the Table ...