Hi,
I'm getting the following script back from the server in a LoadPanel:
<html><title>Test</title><body>
<script defer>
myLayer = new DynLayer(null, 50, 250, 230, 100, 'black');
DynAPI.document.addChild(myLayer)
</script>
</body></html>
This works in ie5, ie55, but fails in ns4.76.
(Where "works" means that I see a black rectangle on the
page next to the load panel when the result arrives from the server.)
The ns problem seems to be deep in the addChild method,
where DynLayer.specificCreate calls
this.elm = new Layer(this.w, this.parent.elm)
I think something is wrong with parent.elm, but
I dont know enough to tell if or what.
Any help?
Jeff
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help