Hi, I am in a unusual situation and cannot get my JavaScript to work. I need to have all of my JavaScript in one external file that I link to in the header. However, some of the JavaScript in that external tag needs to appear in a certain place in my body. However, because it is being linked to in the header I cannot get it there.
Is there anyway to have an external JavaScript file contain some JS that appears in the header and some that appears in the body? I'm at a loss and any help would be greatly appreciated. Thank you.