I know the dynapi is supposed to work with the older versions of netscape and that's fine.
But it would be nice if the page at least tried to load.
With the 2001-01-25 release, when loading a page you get a few javascript errors in netscape 4.01. None of my DynAPI stuff works, but the page loads as it does in Netscape 3, which is acceptable.
With the latest release, 2.51, the page won't even load. The browser doesn't get past the Dynapi.include() calls.
The browser.js file loads fine, but the dyndocument.js and dynlayer.js files do not. The browser just sits there downloading the page forever without any apparent javascript errors.
I know there are many changes in this latest release, but I hardly think this one is intentional. It's hard to explain to people how my page is more compatible with NS3 than NS4.01
So, I'm guessing the new DynAPIObject stuff isn't compatible with NS4.01?
Can anyone think of a workaround?
Since browser.js loads, I tried putting the rest of the includes in an if statement (if not netscape 4.01). That works part way. I would then need to put the rest of my dynapi code into if statements as well, and I'm not too keen on doing that. I'm hoping someone else has a better idea.
Thanks.
Jordan
