First:
In order to FIND the inline layers you need to call
DynAPI.document.fintLayers().

Second:
This will only work with layers that have been set as "position:absolute:
----- Original Message -----
From: "Quang Nguyen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 06, 2001 8:28 PM
Subject: [Dynapi-Help] (no subject)


> The following code will not work:
>
>
> <script language="Javascript" src="dhtmllib/dynapi.js"></script>
> <script language="Javascript">
> DynAPI.setLibraryPath('dhtmllib');
> DynAPI.include('dynapi.api.*');
> DynAPI.include('dynapi.ext.inline.js')
> </script>
> <script LANGUAGE="JavaScript">
> function start()
> {step1Title = this.document.getAll()['step1TitleDiv']}
> DynAPI.onLoad = function()
> {
> start();
> alert("GOOD")
> }
> </script></head><body>
> <div id='step1TitleDiv'>test</div>
> </BODY>
>
>
> Does anyone know if it is possible to call this.document.getAll() from
> anywhere but in DynAPI.onLoad?
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
> _______________________________________________
> 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