From: <to...@in...> - 2000-12-02 06:27:38
|
El domingo 26 de noviembre de 2000 (17:14), Geoffrey Makstutis escribió: > I'm trying to load external content into a dynlayer using the loadHTML-public.js file (supplied by Brandon Myers). However, I keep getting a series of errors as follows: > > dyndoc is not defined > > followed by: > > dynAPI is not defined > > The code I'm using is: > > <script language="Javascript" src="./js/dynapi.js"></script> > <script language="Javascript"> > > DynAPI.setLibraryPath('./js/lib/') > DynAPI.include('dynapi.api.dynlayer') > DynAPI.include('dynapi.api.browser') > DynAPI.include('dynapi.api.dyndocument') > DynAPI.include('dynapi.api.events') > DynAPI.include('dynapi.ext.slide') > DynAPI.include('dynapi.ext.loadHTML-public') > > DynAPI.onLoad=function() { > myLayer = new DynLayer() > myLayer.setSize(100,100) > myLayer.setBgColor('#c0c0c0') > myLayer.moveTo(100,100) > dynAPI.dyndoc.addChild(myLayer) > myLayer.loadHTML('index.html') > } Where I can download loadHTML-public please? I haven't seen it anywhere. Thanks -- Antonio Mármol Albert ( to...@in... ) |