
JavaScript Include Files?
Question: I have JavaScript functions that I’m using in different pages. Is there a way to do a C/C++ type include so I don’t have to replicate the JavaScript code on every page? Answer: What you’re after is the SRC attribute of the tag. It’s easy to miss the superfluous