Re: [Dynapi-Dev] links.lyobj

2001-12-05 Thread Doug Melvin
this.elm.all.tags("a")[] will return al limages for only that layer? - Original Message - From: "Dan Steinman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 8:00 PM Subject: Re: [Dynapi-Dev] links.lyobj > You

Re: [Dynapi-Dev] links.lyobj

2001-12-05 Thread Doug Melvin
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 6:02 PM Subject: Re: [Dynapi-Dev] links.lyobj > I think we have our wires crossed. In IE, the .doc pointer that is used in > the code will always point to the main document. In NS, it points to the > indiv

Re: [Dynapi-Dev] links.lyobj

2001-12-04 Thread Dan Steinman
You can obtain the links properly with : this.elm.all.tags("a")[...] It's not a terrible idea, and I agree not a necessary one. It's only of use if you need to change the layer the link is in - and quite often this is not the case. Also, I haven't done so yet, but I'm pretty sure when I redo

Re: [Dynapi-Dev] links.lyobj

2001-12-04 Thread Michael Pemberton
I think we have our wires crossed. In IE, the .doc pointer that is used in the code will always point to the main document. In NS, it points to the individual layer's document object. This is where the difference lies. Because IE points to the same document for ALL layers, there is no way th

Re: [Dynapi-Dev] links.lyobj

2001-12-04 Thread Doug Melvin
- From: "Michael Pemberton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 4:39 PM Subject: Re: [Dynapi-Dev] links.lyobj > This may look cool, but it should not become part of the API. IE sucks when > it comes to manipulating links/ima

Re: [Dynapi-Dev] links.lyobj

2001-12-04 Thread Michael Pemberton
This may look cool, but it should not become part of the API. IE sucks when it comes to manipulating links/images that are within a "layer". They don't have a separate structure for each layer in the same fashion as NS. For this reason, adding such code would result in EVERY link on a page,