You are here: irt.org | FAQ | JavaScript | Frame | Q652 [ previous next ]
You can attempt this:
<SCRIPT LANGUAGE="JavaScript"><!--
function cls(what) {
what.document.open();
what.document.write('<BODY COLOR="WHITE">');
what.document.close();
}
cls(parent.otherFrameName);
//--></SCRIPT>