RE: Automatically fill in forms on line

2008-03-31 Thread Ryan Ginstrom
> On Behalf Of Jackie Wang > I want to automatically complete the following task: > > 1. Go to http://www.ffiec.gov/Geocode/default.aspx; ... > > Can Python realize these steps? Can these steps be done > witout openning and IE windows? Especially, I dont know how > to write code for step 2, 4 a

Re: Automatically fill in forms on line

2008-03-31 Thread Jason Scheirer
On Mar 31, 10:35 am, Jason Scheirer <[EMAIL PROTECTED]> wrote: > On Mar 31, 9:50 am, "Jackie Wang" <[EMAIL PROTECTED]> wrote: > > > > > Dear all, > > > I want to automatically complete the following task: > > > 1. Go tohttp://www.ffiec.gov/Geocode/default.aspx; > > 2. Fill in an address in the form

Re: Automatically fill in forms on line

2008-03-31 Thread Jason Scheirer
On Mar 31, 9:50 am, "Jackie Wang" <[EMAIL PROTECTED]> wrote: > Dear all, > > I want to automatically complete the following task: > > 1. Go tohttp://www.ffiec.gov/Geocode/default.aspx; > 2. Fill in an address in the form "Street Address:" . e.g. "1316 State > Highway 102"; > 3. Fill in a ZIPcode in

Re: Automatically fill in forms on line

2008-03-31 Thread Mike Driscoll
On Mar 31, 11:50 am, "Jackie Wang" <[EMAIL PROTECTED]> wrote: > Dear all, > > I want to automatically complete the following task: > > 1. Go tohttp://www.ffiec.gov/Geocode/default.aspx; > 2. Fill in an address in the form "Street Address:" . e.g. "1316 State > Highway 102"; > 3. Fill in a ZIPcode i

Re: Automatically fill in forms on line

2008-03-31 Thread Steve Holden
Jackie Wang wrote: > Dear all, > > I want to automatically complete the following task: > > 1. Go to http://www.ffiec.gov/Geocode/default.aspx; > 2. Fill in an address in the form "Street Address:" . e.g. "1316 State > Highway 102"; > 3. Fill in a ZIPcode in the form "Zip Code:" . e.g. "04609"; >

Automatically fill in forms on line

2008-03-31 Thread Jackie Wang
Dear all, I want to automatically complete the following task: 1. Go to http://www.ffiec.gov/Geocode/default.aspx; 2. Fill in an address in the form "Street Address:" . e.g. "1316 State Highway 102"; 3. Fill in a ZIPcode in the form "Zip Code:" . e.g. "04609"; 4. Click the bottom "search"; 5. In