posted 19 years ago
Hi, for some reason, when I include the LOC
inside my header script tag, the HTML page doesnt work correctly,
even though external.js file is blank.
Some of the page shows up, like the tables, but the
tables' cells aren't shown.
What I've now just done is use 2 header scripts, the first one uses
src="external.js", and the second doesn't, and it all functions correctly
again.
I'm unclear what is happening here, is it mandatory that functions
'imported' from external .js files be included in scripts separate
from the original scripts in a html page?
Thanks for any advice.