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 attempting to use python to submit a query to the following URL: > > > > > >https://ramps.

Re: Querying a complex website

2008-02-20 Thread 7stud
7stud wrote: > schweet1 wrote: > > 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 lo

Re: Querying a complex website

2008-02-20 Thread 7stud
schweet1 wrote: > 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 enough - it requires

Re: Querying a complex website

2008-02-20 Thread Mark Lim
On 2/19/08 11:55 AM, "schweet1" <[EMAIL PROTECTED]> 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 enough - it requires submitting a number into 2 > form boxes and then s

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 enough - it requires submitting a number into 2 > > form

Re: Querying a complex website

2008-02-19 Thread Steve Holden
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 enough - it requires submitting a number into 2 > form boxes and then selecting from the pull down. > > However, m

Re: Querying a complex website

2008-02-19 Thread 7stud
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 enough - it requires submitting a number into 2 > form boxes and then selecting from the pull down. > > However, my te