Tony,
So, there seems to be some confusion as to the current directory - I'm not
sure what's going on there.
As a workaround, you can replace note.xml's
if (info == "") openSearchWindow("note.txt");
with
if (info == "")
{
var path = DQSDLauncher.InstallationDirectory;
path += "\\note.txt";
openSearchWindow(path);
}
That works fine here, both with Firefox and IE.
I still don't know why this is a problem, but Firefox seems to be returning
File Not Found when you use it to launch regular Url:s as well, which can
account for most of the script errors...
Hope that helps,
Kim
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601