[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Writing HTML to new window?
> The browser won't write Hi. If I put it into <h1>tags it works fine. Or is
this
> just another nasty bug? Displaying images is also a problem but I found out
that
> you can display them when using the <center>tag. This is really strange.
Stefan,
This sounds like it might be the same bug (at least that's what I call it) I
found: Netscape wrote, but then erased, the last physical line of text in the
frame it wrote to. I found that adding a <br> tag at the end of the line caused
Netscape to display the entire line (using NS 2.0b6a). That is, try:
msg.document.write("Hi<br>")
Bill