Querying a complex website

2008-02-19 Thread schweet1
Greetings, I am attempting to use python to submit a query to the following URL: https://ramps.uspto.gov/eram/patentMaintFees.do The page looks simple enough - it requires submitting a number into 2 form boxes and then selecting from the pull down. However, my test scripts have been hung up, ap

Re: Querying a complex website

2008-02-20 Thread schweet1
On Feb 19, 4:04 pm, 7stud <[EMAIL PROTECTED]> wrote: > schweet1 wrote: > > Greetings, > > > I am attempting to use python to submit a query to the following URL: > > >https://ramps.uspto.gov/eram/patentMaintFees.do > > > The page looks simple enoug

Re: Querying a complex website

2008-02-22 Thread schweet1
On Feb 20, 6:06 pm, 7stud <[EMAIL PROTECTED]> wrote: > 7stud wrote: > > schweet1 wrote: > > > On Feb 19, 4:04�pm, 7stud <[EMAIL PROTECTED]> wrote: > > > > schweet1 wrote: > > > > > Greetings, > > > > > > I am attemp

Saving tif file from tricky webserver

2008-05-29 Thread schweet1
Greetings, I am attempting to automate accessing and saving a file (a TIF) from the following URL: http://patimg1.uspto.gov/.DImg?Docid=US007376435&PageNum=1&IDKey=E21184B8FAD5 I have tried some methods using urllib, httplib, and web32com.client(InternetExplorer), but haven't been successful. Cu