The following code fails in NS.  I've looked at the DynAPI code but
can't quite figure it out:

DynAPI.onLoad = function()  
{
        testimage = new
DynImage('../src/lib/dynapi/images/common/arrowup.gif');
        DynAPI.document.addChild( testimage );
        alert( testimage.w );
}

In IE and NS4.75 I get a value of 28
in NS6 I get NULL

Any help would be appreciated, thanks.

Gregor

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

Reply via email to