In the Google Translator I\'ve made a second instance of Google Translate with
var makediv = document.createElement(\"secondinstance\"); makediv.innerHTML = \'&l
Had similar problem recently trying to access iframe. Unfortunately it is impossible IF it is a cross-domain. Read more: Get element from within an iFrame
Hope it helps.