I am fairly sure there is a bug in the librairy of DYNAPI or NS6.2.
Using a large DHTML code(about 2000-3000 lines of code), I had added a lot 
of pictures to 26 layers using DynImage using the following code:

myLayer.addChild(new DynImage(DynImage.getImage('<img 
src="somepict.gif">')));

Netscape Communicator 6.2 CRASHED(this was tested on two different 
computers). However this behavior stopped from happening when I changed this 
code by the following one:

myLayer.setHTML('<img src="somepict.gif">')

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to