Thanks!! Brackets were the problem. Modified the file at work and emailed it to myself at home. Email program inserted the brackets.

Hi John,

> Am using identical localprefs.js and localaiases.txt files
> at the office and home. Set up at office seems to work
> flawlessly.  No matter what alias I enter I get to Yahoo
> Mail at home. Running XP Pro at Office, XP Home at, well,
> home. IE 6 at both places. Any suggestions appreciated.

Your aliases all look fine.

The only thing I see which might be a problem is the <angle-brackets>
around the URL's you posted in your prefs. I *imagine* they were
placed by your email client. If not, remove them and try it again.
  var yyid = Array("myid","mypass","<http://my.yahoo.com/>");

Should be:
  var yyid = Array("myid","mypass","http://my.yahoo.com/";);

(if your email reader *adds* angle brackets around my 'should be' line
url, remove them - that line contains neither "<" or ">")

Lastly, I've modified the yy search to include cookie handling - iow,
you can have a fourth option now to store a cookie if you so desire
(it defaults to doing so, now, as well). That modification is now
attached. New syntax for variables is as so:

Do not store Yahoo cookie:
  var yyid = Array("myid","mypass","http://my.yahoo.com/","";);

Store cookie:
  var yyid = Array("myid","mypass","http://my.yahoo.com/","y";);
or
  var yyid = Array("myid","mypass","http://my.yahoo.com/";);

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// ========================================================
    Why are there Interstate highways in Hawaii?
<< yy.xml >>

_________________________________________________________________
MSN Toolbar provides one-click access to Hotmail from any Web page – FREE download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&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