I included external java script file in my page using usual script src = "myjs.js"
- Can I assume that java script code should become part of DOM Now ? Can I Parse dom to get java script content in a var ?
I dont want to use HTMLHttpRequest and want to use in simple java script i.e. no dojo or jquery either. Can any one tell me is it possible if yes I will appreciate if you could help me figuring this out .
The core of the question is I want to spit out the java script on my page which is included in script tag under head tag - I want to do it without try to load the .js again i.e using HTMLHttpRequest.
Thanks in advance.