RE: [DQSD-Users] Converting to yy/pp style question

2006-02-09 Thread Shawn K. Hall
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=lnkkid=103432bid=230486dat=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


Re: [DQSD-Users] Converting to yy/pp style question

2006-02-09 Thread Tom Corcoran

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=lnkkid=103432bid=230486dat=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