How do you 'write' to an IFRAME ? -
02-27-2005
, 03:41 PM
I (am using IE 6 and) want to use an IFRAME for debugging output, ie :-
<IFRAME name="DebugOutputFrame" width="100%" height="25%">
</IFRAME>
How do I do a write, like 'document.write( "Hello<br>");' but to the IFRAME
?
Many thanks,
Aaron |