Hi Tom,

> I have been working on finally converting my website login 
> searches to work using Shawn's technique used for yy & pp.
> Some of them have converted fine but I am having a problem
> with a few...

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);
      }

Regards,

Shawn K. Hall
http://12PointDesign.com/




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