Delphi 4 PHP path-problem



Hi,

I write in this group, because b.p.delphiphp.* is still not available on my
news-server. So I hope I'll get some help here.
I've Installed D4Php to D:\CodeGear\...
My "My Documents"-Folder is mapped simply to drive e: - so all my own
D4PHP-Projects are stored in "E:\Delphi for PHP Projects\"
If I run one of the sample files everything works fine - but if I run one
of my own files all the JavaScript-things won't work.

The problem are the generated paths to load the JavaScript files. If I
start a project from the d:\...\vcl\samples-folder the path for a
JavaScript-file is:
vcl-bin/qooxdoo/framework/script/qx.js

If I run the same file from my E-Drive the path is:
file:///d:/borland/delphi4php/1.0/vcl/qooxdoo/framework/script/qx.js

And the browser is not allowed to load local JS-files - neither Firefox nor
IE.
Is there any solution for this problem?

Regards,
Michael
.