Kevin
02-26-2003, 04:10 AM
Trying to write to a sibling frame.
This should work...
What am i missing
fraB is the window I write to!
function ClearFrame ()
{
var text = "<html><head></head><body><h1 align='center'>Selections<\/h1><\/body><\/html>";
parent.fraB.document.write(text);
parent.fraB.document.close();
} /* end ClearFraB () */
thank you
Kevin
This should work...
What am i missing
fraB is the window I write to!
function ClearFrame ()
{
var text = "<html><head></head><body><h1 align='center'>Selections<\/h1><\/body><\/html>";
parent.fraB.document.write(text);
parent.fraB.document.close();
} /* end ClearFraB () */
thank you
Kevin