On Oct 15, 6:49*pm, Dave Methvin <dave.meth... (AT) gmail (DOT) com> wrote:
Quote:
So all those extra scripts are injected into the head with
document.write? If so they should have definitely been there before
any script below them executed. Have you found the place where Google
Maps is actually doing the document writes for the other scripts? I am
wondering whether it might be adding at least some of the scripts
asynchronously by injecting script tags to the head. |
The first injected script (main.js) is definitely injected with
document.write. I haven't looked to see how the other one's are
injected, but given that they appear at the end of head after the
explicit script blocks, it suggests that there might be some
appendChild games going on.
/George