Ooops.. when I said I replaced all of the javascript lines I was not telling
the truth. I found some in another part of the frameset that had not been
updated.

Very sorry for the noise folks.

-J

----------------------
Jay Chalfant
OutBack Resource Group
www.outbackinc.com
805-542-8570 x15


> -----Original Message-----
> From: Jay Chalfant [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 17, 2001 12:50 PM
> To: [EMAIL PROTECTED]
> Subject: [Dynapi-Help] integrating DynApi2 into dynlayer.js based
> project
> 
> 
> Hello,
> 
> We have been using the original dynlayer.js in our project 
> for the last year
> or more. We now need to support NS6 and would like to 
> integrate the latest
> DynAPI2.
> 
> I've replaced all of my javascript include lines that said:
> 
> <script language="JavaScript" src="../script/dynlayer.js"></script>
> 
> with:
> 
> <script language="JavaScript" src="../script/dynapi.js"></script>
> <script language="JavaScript"
> src="../script/dynapi/api/dynlayer.js"></script>
> <script language="JavaScript"
> src="../script/dynapi/api/browser.js"></script>
> <script language="JavaScript"
> src="../script/dynapi/api/dyndocument.js"></script>
> 
> However, I cannot gain a reference to DynAPI objects such as Browser,
> DynLayer, or even DynAPI. I know these files are loading because I've
> inserted alerts. I suspect my problem has to do with 
> initialization. We have
> a separate framework that hooks the onLoad event. It appears that
> DynAPI.loadHandler may be also hooking that event. Does the statement:
> 
> onload = DynAPI.loadHandler           // dynapi.js line 106
> 
> replace the onLoad event handler we specify in the html:
> 
> <body onLoad="init()" ..
> 
> or vica versa? Any help would be much appreciated.
> 
> -J
> 
> ----------------------
> Jay Chalfant
> OutBack Resource Group
> www.outbackinc.com
> 
> 
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
> 

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

Reply via email to