|
Posted by sheldonlg on June 4, 2008, 11:19 am
Please log in for more thread options
I have gotten to the point where it is trying to load the libraries. It
fails there because it is trying to locate those javascript files on my
home machine. Obviously, there is some define/include path somewhere
that has to be set. I have not been able to locate it as yet. Do you
have an idea?
It is failing with:
alert('Unable to find javascript file:
C:\PHP\pear\data/HTML_AJAX/js/util.js');alert('Unable to find
javascript file:
C:\PHP\pear\data/HTML_AJAX/js/Main.js');alert('Unable to find
javascript file:
C:\PHP\pear\data/HTML_AJAX/js/clientPool.js');alert('Unable to find
javascript file:
C:\PHP\pear\data/HTML_AJAX/js/Request.js');alert('Unable to find
javascript file:
C:\PHP\pear\data/HTML_AJAX/js/HttpClient.js');alert('Unable to find
javascript file:
C:\PHP\pear\data/HTML_AJAX/js/Dispatcher.js');alert('Unable to find
javascript file:
C:\PHP\pear\data/HTML_AJAX/js/behavior/behavior.js');alert('Unable to
find javascript file:
C:\PHP\pear\data/HTML_AJAX/js/behavior/cssQuery-p.js');alert('Unable
to find javascript file:
C:\PHP\pear\data/HTML_AJAX/js/Loading.js');alert('Unable to find
javascript file:
C:\PHP\pear\data/HTML_AJAX/js/serializer/JSON.js');alert('Unable to
find javascript file:
C:\PHP\pear\data/HTML_AJAX/js/IframeXHR.js');alert('Unable to find
javascript file:
C:\PHP\pear\data/HTML_AJAX/js/serializer/haSerializer.js');alert('Unable
to find javascript file:
C:\PHP\pear\data/HTML_AJAX/js/behavior/behavior.js');alert('Unable to
find javascript file:
C:\PHP\pear\data/HTML_AJAX/js/behavior/cssQuery-p.js');var libraries
= new Array();
3
|