Hi,

when i list the array children of the DynAPI.document (by
DynAPI.document.children) i got an array of obj
it send me
(DynObject.all['obj1'],DynObject.all['obj2'],DynObject.all['obj3'],
DynObject.all['myobj'],...)

So i can access most of the object directly by
DynAPI.document.DynObject.all['obj1'] etc...
But one of my object (the one i need) can't be access like that it told me
that DynAPI.document.DynObject.all['myobj'] is undefined,
but i can acces it by using DynAPI.document.children[3], my problem is that
i need to acces it by is id not is index.
why i see it in the children array   and can't acces it ?
anybody can help?


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 30, 2001 11:33 AM
Subject: Dynapi-Help digest, Vol 1 #709 - 7 msgs


> Send Dynapi-Help mailing list submissions to
> [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/dynapi-help
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Dynapi-Help digest..."
>
>


----------------------------------------------------------------------------
----


> Today's Topics:
>
>    1. Re: DynAPI 2.5 or greater broken? (Richard Bennett)
>    2. Re: DynToolBox version 0.1 Released! (Richard Bennett)
>    3. Re: creating modal window (Richard Bennett)
>    4. Re: creating modal window (Mendjeli mahidine)
>    5. RE: creating modal window (Hansen Jakob Veje)
>    6. Inline Layers and getHTML (Mike Burgh)
>    7. Re: Inline Layers and getHTML (Jordi Ministral)
>


----------------------------------------------------------------------------
----


> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dynapi-help
>
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to