Multiple <SCRIPT> tags are allowed |
Within a single <SCRIPT>, a function may be called before it is defined |
Within a single document, a function defined in one <SCRIPT> may not be called from a previous <SCRIPT> |
In particular, a function defined in the <BODY> may not be called from the <HEAD> |