[DQSD-Users] New search - patus

2004-03-05 Thread James Robertson
Finally having realised that javascript is case
sensitive, I've managed to sort out my search
(although the coding is still a bit clunky)...

Attached is a new search patus.xml which replaces Phil
Albert's three searches pat.xml, patno.xml and
patapp.xml. This one also includes query filtering to
remove extraneous text which frequently mucks up
people's searches on patent application serial number
and publication number for published applications and
granted patents.

As far as I am aware, Phil is happy with the new
search (although your confirmation to the mailing list
would be appreciated, Phil).


James





___
Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.htmlsearch function=patus
  nameUS Patent Search/name
  categoryLegal/category
  contributorJames Robertson/contributor
  linkhttp://www.uspto.gov/patft/index.html/link
  description
  Search granted US patents and published US patent applications
div class=helpboxDescLabelsSwitches:/div
table class=helpboxDescTable
  trtd/an/tdtd - application serial no/tdtd/td/tr
  trtd/app/tdtd - published application/tdtd/td/tr
  trtd/pn/tdtd - publication no/tdtd/td/tr
/table
Defaults to searching granted patents unless the /app switch is used
div class=helpboxDescLabelsExamples:/div
table class=helpboxDescTable
  trtdpatus implement/td/tr
  trtdpatus sharp implement/td/tr
  trtdpatus IN/Fred AND whistle/td/tr
  trtdpatus 6123456 /pn/td/tr
  trtdpatus US 6,123,456 /pn/td/tr
  trtdpatus 20030006772 /app /pn/td/tr
  trtdpatus 09/108,452 /an/td/tr
  trtdpatus 108452 /an /app/td/tr
/table
  /description

  //This is for a boolean search on published patent applications
  //strQuery = DN/ + strQuery gives a search on patent application publication no
  form name=patusf_0 ACTION=http://appft1.uspto.gov/netacgi/nph-Parser; METHOD=GET
INPUT TYPE=HIDDEN NAME=Query VALUE= /
INPUT TYPE=HIDDEN NAME=Sect1 VALUE=PTO2 /
INPUT TYPE=HIDDEN NAME=Sect2 VALUE=HITOFF /
INPUT TYPE=HIDDEN NAME=u VALUE=/netahtml/PTO/search-adv.html /
INPUT TYPE=HIDDEN NAME=r VALUE=0 /
INPUT TYPE=HIDDEN NAME=p VALUE=1 /
INPUT TYPE=HIDDEN NAME=f VALUE=S /
INPUT TYPE=HIDDEN NAME=l VALUE=50 /
INPUT TYPE=HIDDEN NAME=d VALUE=PG01 /
  /form

  //This is for a boolean search on granted patents
  //strQuery = PN/ + strQuery gives a search on patent no
  form name=patusf_1 ACTION=http://164.195.100.11/netacgi/nph-Parser; METHOD=GET
INPUT TYPE=HIDDEN NAME=Query VALUE= /
INPUT TYPE=HIDDEN NAME=Sect1 VALUE=PTO2 /
INPUT TYPE=HIDDEN NAME=Sect2 VALUE=HITOFF /
INPUT TYPE=HIDDEN NAME=u VALUE=/netahtml/search-adv.htm /
INPUT TYPE=HIDDEN NAME=r VALUE=0 /
INPUT TYPE=HIDDEN NAME=p VALUE=1 /
INPUT TYPE=HIDDEN NAME=f VALUE=S /
INPUT TYPE=HIDDEN NAME=l VALUE=50 /
INPUT TYPE=HIDDEN NAME=d VALUE=pall /
  /form
  script![CDATA[
function patus(q) {
  if( nullArgs(patus, q) ) {
return false
  }

  var args = parseArgs(q, an, app, pn);
  var strForm = patusf_1;
  var booPN = 0;
  var strQuery = args.q;

  if( q ==  ) {
openSearchWindow(http://www.uspto.gov/patft/index.html;)
  } else {
if ( args.switches.length  0 ) {
  for( var j=0; jargs.switches.length; j++ ) {
switch( args.switches[j].name ) {
  case an:
for (var i=0, t='', valid=0123456789; istrQuery.length; i++) {
  if (valid.indexOf(strQuery.charAt(i)) != -1) {
t += strQuery.charAt(i)
  }
}
strQuery = t ;
strQuery = strQuery.substring(strQuery.length-6,strQuery.length) ;
strQuery = APN/ + strQuery ;
booPN = 0 ;
break;
  case app:
strForm = patusf_0;
break;
  case pn:
for (var i=0, t='', valid=0123456789; istrQuery.length; i++) {
  if (valid.indexOf(strQuery.charAt(i)) != -1) {
t += strQuery.charAt(i)
  }
}
strQuery = t;
booPN = 1;
break;
  default:
break;
}
  }
}

  //if we're searching on Publication Number then set the search string according to whether it's a search of granted patents or published applications
  if (booPN == 1) {
if (strForm == patusf_0) {
  strQuery = DN/ + strQuery;
} else {
  strQuery = PN/ + strQuery;
}
  }

  if (strForm == patusf_0) {
var myform = 

[DQSD-Users] Re: Comx

2004-03-05 Thread Doug Hewitt
Try as I may I cannot get the comx search to work.  If I type Comx in DQSD 
window a pop-up appears showing all the available comix and their 
associated switches.  If I type comx /rip I receive the following error 
message.

An error has occurred in the script on this page
Line:  321
Char: 5
Error:  The system cannot locate the resurce specified
Code:0
Url: File://C:\\program files\quicksearch\deskbar\\search.htm
Would anyone be able to help me through this error?

Thanks

Doug



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


Re: [DQSD-Users] Re: Comx

2004-03-05 Thread Monty Scroggins
H   in my testing the only time I had seen something like that was when
I was having internet connectivity problems...

Unfortunately the error messages coming from dqsd dont help much..  I dont
really know what to use to get some more visibility into what is happening.

Does anyone have any ideas?   Can some script debugger help with this?

Monty


- Original Message - 
From: Doug Hewitt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 05, 2004 1:05 PM
Subject: [DQSD-Users] Re: Comx


 Try as I may I cannot get the comx search to work.  If I type Comx in DQSD
 window a pop-up appears showing all the available comix and their
 associated switches.  If I type comx /rip I receive the following error
 message.

 An error has occurred in the script on this page
 Line:  321
 Char: 5
 Error:  The system cannot locate the resurce specified
 Code:0
 Url: File://C:\\program files\quicksearch\deskbar\\search.htm

 Would anyone be able to help me through this error?

 Thanks

 Doug




 ---
 This SF.Net email is sponsored by: IBM Linux Tutorials
 Free Linux tutorial presented by Daniel Robbins, President and CEO of
 GenToo technologies. Learn everything from fundamentals to system
 administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601