I'm trying to adapt DQSD to a webpage, such that new searches can be added just as easily as they are now. I'm having trouble loading the searches, though. First, I added a line of code to loader.js just after searchNodes is defined (line 255?) like this:
alert('searches loaded:' + searchNodes.length);
When I reload DQSD with a ! it gives me the number 332. When I go to he folder in my Program Files directory and double click on search.htm, it does the same thing. However, if I change the file name to "search2.htm" or if I copy the entire directory to a new location and then double-click the file, the alert says 0 searches were loaded.
Can someone who knows about XMLDOM document stuff try and help me understand why this is? I'd especially like to be able to work from a new directory. Thanks for all the help I've gotten on this list!
-Ryan