You seem to be the only one having this problem, but a little hack might
solve it, if you delay the page a little, this might be enough.
Try this:
DynAPI.onLoad=function() {
setTimeout('DynAPI.mainPage()',500)
}
DynAPI.mainPage=function() {
//your normal code goes here
}
Richard.
-
Bugs item #423933, was updated on 2001-05-14 07:19
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=423933&group_id=5757
Category: DynAPI 2 Browser-Specific
Group: Verified
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Fletcher (mark_j_f)
As
i've still had no luck with this. remote servers run the stuff fine (ie if i
am connecting to a web server via the internet)...
i'm wondering what i would need to do within dynapi.js so that the
dynapi.onload event actually checked to see if all .js included files had
loaded and run? a timeout? a
Hello,
Please help and explain the following:
myLayer.setHTML('click here function test(){alert("clicked1");}
document.onclick=test;' + 'script>');
The above work in NS4.08 when you click within the layer area, but does
not in IE5.5 (even if you click outside of the area).
I then verified by
[crossposted as this mail contains a bug description/"fix"]
> , but it still seems rather odd
Indeed. This error doesn't occur in examples/dynapi.api.delete.htm
for example...
I couldn't really track down this bug but it seems to be relevant in
which context deleteFromParent() is called.
When t