<HTML><BODY STYLE="font:10pt verdana; border:none;"><DIV>Incorrect!</DIV> <DIV>The div is a Tag</DIV> <DIV>it's a do nothing container,</DIV> <DIV>but IFRAME and the&nbsp;FRAME is a brand new window and it loads another copy of the browser into the memory.<BR></DIV> <DIV><BR></DIV> <BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"> <DIV style="FONT: 10pt Arial">----- Original Message -----</DIV> <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt Arial; FONT-COLOR: black"><B>From:</B>&nbsp;Andrew Dunn</DIV> <DIV style="FONT: 10pt Arial"><B>Sent:</B>&nbsp;Wednesday, June 27, 2001 12:09 PM</DIV> <DIV style="FONT: 10pt Arial"><B>To:</B>&nbsp;javascript@LaTech.edu</DIV> <DIV style="FONT: 10pt Arial"><B>Subject:</B>&nbsp;RE: [Javascript] netscape: how to write to  <DIV>tag??</DIV> <DIV><BR></DIV>Hi,<BR>&nbsp; So would i be correct in saying that a &lt;div&gt; tag is like a whole new<BR>window?<BR><BR>-----Original Message-----<BR>From: javascript-admin@LaTech.edu [mailto:javascript-admin@LaTech.edu]On<BR>Behalf Of Peter-Paul Koch<BR>Sent: Wednesday, 27 June 2001 7:25 PM<BR>To: javascript@LaTech.edu<BR>Subject: RE: [Javascript] netscape: how to write to &lt;div&gt; tag??<BR><BR><BR><BR>&gt;&nbsp;&nbsp;&nbsp; Is is possible to write to parts of the page (like the div tag) without<BR>&gt;clearing the page? If it is possible, is it possible to write HTML to that<BR>&gt;section of the page?<BR><BR>Yes and yes. See http://www.xs4all.nl/~ppk/js/index.html?layerwrite.html for<BR>the script you need.<BR><BR>As to the other question: Can you append something to a div, it is possible<BR>in IE and NN6 by doing<BR><BR>innerHTML = innerHTML + '&lt;P&gt;The new stuff&lt;/P&gt;';<BR><BR>As to Netscape 4, I'm not sure. Maybe it is when you leave out the close().<BR>Anyway, you could always store the content of the DIV and then append the<BR>new content to the storage, then reopen the DIV and write the new content<BR>into it.<BR><BR>ppk<BR>_________________________________________________________________________<BR>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.<BR><BR><BR>_______________________________________________<BR>Javascript mailing list<BR>Javascript@LaTech.edu<BR>http://www.LaTech.edu/mailman/listinfo/javascript<BR><BR><BR>_______________________________________________<BR>Javascript mailing list<BR>Javascript@LaTech.edu<BR>http://www.LaTech.edu/mailman/listinfo/javascript<BR></DIV></BLOCKQUOTE></BODY></HTML><DIV><BR><br clear=all><hr>Get Your Private, Free E-mail from MSN Hotmail at <a href="http://www.hotmail.com">http://www.hotmail.com</a>.<br></p></DIV>