А если на том же домене ?
document.write(" <iframe src='' width=500 border=0 height=500 id='frameId' name='frameId' ></iframe>");
function load()
{
var iframe = (isGecko) ? document.getElementById("frameId") : frames["frameId"];
var iWin = (isGecko) ? iframe.contentWindow : iframe.window; // Это объект window
var iDoc = (isGecko) ? iframe.contentDocument : iframe.document; // Это объект document
document.write(iDoc.getElementById('captcha_img').src);
}
window.onLoad=load();
Не выводит ((