Hello,
When I use this method it simply overwrites the whole frame and prints Test, but then it adds Test after Test, when called, and not overwriting.
Code:
parent.frames.basefrm.document.write("Test");
And when I try the code below nothing happens. (Does it have to do with CSS?)
Code:
parent.frames.basefrm.document.bgColor = "yellow";