Bill said:
From my research it appears the web page itself initiates this tag
manager and the way to get rid of it is to make sure you have java
disabled which I did not. I have now disabled java and I will see if I
have another occurrence of this.
<Bill>
I'll be honest with you. I couldn't figure out, how this
tool works, where it does the edits, and who it was intended for.
In some example code, it looked like a section of code could be
added to a web page, to aid in the execution of the tags. The code
is written in "Javascript", which is *not* Java. Disabling Java
should not change this behavior.
So then the question would be, what bad code was added to the
Google Tags section of the web page source code.
The next time you have this error, look at the Error Console
(if one is available). And try a "Save as" from the File menu,
and try to save the "complete web page". On some browsers, that
results in a folder of files, of all the files associated
with the web page. Then, you can use a text editor, to look at
any JavaScript files, and find the Tag Manager section.
Maybe that code is added manually. Or, that code is added automatically.
And there's a bug in that code. Your browser downloads the web page
with the buggy code in it. And, tried to run it. And some other code,
apparently trapped on the bug (and gave a dialog).
That's about all I can conclude. I just can't figure out why
anyone would want to mangle their web page source that way
(trust a third party to do edits).
Paul