Re: [Dynapi-Dev] Question about DynAPIObject
Sorry for my last messy post. Here is a much better version: I tried the following code, but the layer 'myLayer' didn't get hidden. Any idea what I do to make it hidden? d = new DynLayer(); d.setID('mylayer'); d.assignElement(is.ie?document.all.mylayer:document.layers.mylayer); d.setVisible(
Re: [Dynapi-Dev] Question about DynAPIObject
I tried the following but the layer 'myLayer' didn't get hidden. Any idea what can I do to make it hidden?