* Michael Pemberton
> For example, NS has great problems with speed and stability when it
> comes to using a large number of document.write() calls to include
> source.

all browsers slow down as the number of document.write()s increase,
IE4 in particular.  as far as I've understood it re-renders the whole
document for each document.write(), and therefore it's vital to try to
keep them down to a minimum.  my usual way of solving the problem is
using string concatenation, then writing a larger string to the
document in one call to document.write().

some tests, results and everything are up on <URL:
http://home.online.no/~warnckew/programming/javascript/document.write.html >

(in case anyone's interested)


Morten!

-- 
"...a liquid which was almost, but not quite, entirely unlike tea."
  My opinions are not necessarily those of my provider,
  not necessarily mine, and probably not necessary.


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to