I kind of missed - what does it do?

-----Original Message-----
From: Monty Scroggins [mailto:[EMAIL PROTECTED]
Sent: Friday, July 23, 2004 2:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [DQSD-Users] Note.xml?


The note.xml is useful enough that I personally think maybe it should be
included with the core dqsd searches..

Thoughts anyone?

Monty


----- Original Message ----- 
From: "Kim Grasman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 21, 2004 12:01 PM
Subject: RE: [DQSD-Users] Note.xml?


> 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
>






-------------------------------------------------------
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

Reply via email to