You are not logged in.
Pages: 1
I've come across a case where the content before using:
this.setHTML(this.getHTML);
would not actually be the same afterwards...it seems to add random <p> </p> blocks, and in one case it has produced:
<p></span>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
</p>
<p> </p>
at the end of the document.
any thoughts what could be wrong?
David G. Paul
[url]http://www.newearthonline.co.uk[/url]
Offline
not sure what the problem is now
tried
this._doc.body.innerHTML
and that does it too!
Are there any functions that get called when the contents are changed? or is this some wierd IE quirk?
David G. Paul
[url]http://www.newearthonline.co.uk[/url]
Offline
Pages: 1