I developed a web page and all works fine on my machine.
I uploaded it to the server and when I view it online I get the error
"object expected"
If I cut out the entire DynAPI.onLoad function no error. If I leave the
DynAPI.onLoad but cut out everything inside of it I get the error. That
leads me to believe that the paths are wrong.
However...
I have verified my dir structure on the server is the same as my local pc
and all files are in place.
I have verified and reverified....
Am I doing something wrong here perhaps??
<SCRIPT LANGUAGE="Javascript" SRC="./dynapi/src/dynapi.js"></SCRIPT>
<SCRIPT LANGUAGE="Javascript">
DynAPI.setLibraryPath('dynapi/src/lib/')
DynAPI.include('dynapi.api.*')
DynAPI.include('dynapi.api.dyndocument.js')
DynAPI.include('dynapi.api.dynlayer.js')
DynAPI.include('dynapi.api.events.js');
DynAPI.include('dynapi.api.browser.js')
DynAPI.include('dynapi.api.dragevent.js');
DynAPI.include('dynapi.gui.dynimage.js')
DynAPI.include('dynapi.gui.viewport.js')
DynAPI.include('dynapi.jscustom.ContentLoader.js')
DynAPI.include('dynapi.jscustom.filler.js')
DynAPI.include('dynapi.jscustom.liquid.js')
DynAPI.include('dynapi.jscustom.myScroll.js')
DynAPI.onLoad = function() {
}
Anything else I should check???
Any help appreciated
Jason
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help