From: Kit D. <kd...@cl...> - 2000-11-22 00:57:45
|
Hails, Has anyone had any trouble with having DynAPI in a frame, viewing it with Netscape 4.75 or .76 and it acting like DynAPI.onLoad wasn't even executed? I figure that really it is being run because when I added a document.write() to the function it did display that (and only that and not the rest of the page; well it was in the header.) However, a bunch of the variables which I set within that function that were global to the page were suddenly not available (or changed as the matter was) for anchor (<A>) tag onMouseOver="" calls -- by that I mean that the function called through the onMouseOver couldn't see the changes that should have happened to the global variables in the DynAPI.onLoad= function. This may be more of a Javascript question, but I'm still wondering if anyone has any insight on this. ( In fact I'm about to verify this by attempting to have these changes occur when the page itself is executed by pulling the code out of the onLoad and putting it flush through the bottom level execution. ) This problem does not happen in IE 4.x. Kyt. |