Shawn,

Thanks for taking the time. I need to get more sleep man...hit the crack pipe too hard today i guess. It turned out i was using the wrong password as it said :-) Good tips on checking for case sensitivity - I knew that but forgot to check in this case. Another good debugging tip for the alert in the catch.

This was another thing on my list to investigate and do since you first came out with the idea for yahoo. I prefer the solution, it's neater.

Cheers, Tom.

Shawn K. Hall wrote:
First, javascript is case sensitive, are you sure your "mozid" being
passed, and the one in localprefs - are the same case as the requests
you're making?

You might try catching the error in the second try{}.

      try{
        document.mozf.username.value = mozids[0];
        document.mozf.password.value = mozids[1];
      }catch(e){
        alert("Failure!\n" + e.number + "::" + e.description);
      }


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to