Using the Google Translate script:
http://translate.google.com/translate_tools
On SOME PCs running IE8 I get an error “Element not found.” Line 183 Char 183.
Those PCs that get the error always have the error.
Those that don’t get the error they load the translate guy perfect every time.
In fact, I have two computers here both on IE8 version 8.0.600…. One loads the translator and one does not.
http://creative.figleaf.com/sandbox/google_translate_test.html
Does anyone know why this is happening? or how to work around the error?
Thanks
I see the same issue, works on IE8 for one PC, but not on IE8 for another PC. Using Developer Tools JScript Debugger in IE, the “code” breaks on the following block of code:
In the JScript Debugger, I was able to add a watch to o.external, but adding a watch to o.external.googleToolbarVersion crashes the debugger. So I am guessing the googleToolbarVersion property is not working for some reason.
Hope this helps.