I included external javascript file in my page using usual script src = "myjs.js" - Can I assume that javascript code should become part of DOM Now ? Can I Parse dom to get javascript content in a var ?
I dont want to use HTMLHttpRequest and want to use in simple javascript 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 javascript 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.