From: Benoit M. <mar...@ma...> - 2003-04-02 01:38:12
|
Hi I have a case where I have a onload on <IMG tag that call a setSize on a dynlayer. This avoid me to calculate the size of the image server side. As I'm trying to move this to use inline layers, when that <IMG loads, the onload does DynObject.all.myLayer.setSize(this.width,this.height), which means that the dynlayer object needs to exist to receive that call. Right now, I can have all the dynlayers creation code in the head. Does anyone see an issue with this ? They will still be added as child of the document in the onload. Thanks, Benoit |