Hi Mates,
Ok, So I've got this pop up window, and in it I want it to change the openers description,
window.opener.document.description.innerText = 'Something Different';
I've got
<div id="description">
This is a description
</div>
On the opener document, but I can't get it to work, why doesn't this work, but
window.opener.document.BgColor = 'Beige';
Works fine?
Thanks,
Tony