I have coding for quite some time now and I am at the end of my tether. :-(
Could someone just tell me why a recursive error happens in Explorer for
these simple lines of code, on clicking the document in the frame titled
"main" ?.
<html>
<head>
// all the DynAPI.includes
<script language="Javascript">
DynAPI.onLoad = function() {
d = new DynDocument(window.frames.main)
a = new DynLayer(null,100,100,100,100,'#c0c0c0')
d.addChild(a)
DragEvent.enableDragEvents(d,a)
}
</script>
</head>
<frameset cols="0,*" frameborder=0 border=0>
<frame src="dummy.html" name="buffer">
<frame src="welcome.html" name="main">
</frameset>
</html>
I believe that the dragging bug has yet to be fixed, or worse somebody fixed
it and it later got unfixed.
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help