This is more simple than you might think. The files:
blank.gif
browser.js
dom-build.js
ie4-build.js
ie55-build.js
ie5m-build.js
no-build.js
ns4-build.js
op7-build.js
saf-build.js
belong in their own directory. Whatever directory you put them in becomes the 'includes' directory. Just to be on the safe side, I'd put the absolute path to it in the browser.js file.
Example - if on your server you have these files in a directory:
http://www.myserver.com/jimfiles/
you use this in browser.js:
Code:
var buildDir = "http://www.myserver.com/jimfiles/"
Bookmarks