I am completely new to javascript and I am viewing the source to a webpage that I would like to learn how it works, but it does not reference a .js file. It has the <script> tags but how does it define the functions?
All script tags in a html page share the same data. One script tag can contain functions written to a pagee our referenced from an external js file while another script tag is calling the function to perform.
__________________
<mgraphic /> - I don't have a solution but I admire the problem.