By putting "shirt" into the web form and clicking the submit button, I find the
URL is this:
http://oldnavy.gap.com/browse/search.do?searchText=shirt&searchDivName=Women&submit.x=0&submit.y=0
You can use the usual urllib methods to download this url.
--
http://mail.python.org/mailman/listinfo/p
On Apr 21, 3:39 pm, Benjamin Edwards
wrote:
> On Apr 21, 11:10 pm, grocery_stocker wrote:
>
> > Let's say that I have a file with the following words
> > shirt
> > jeans
> > belt
> > jacket
>
> > Now I want to be able to enter these words into the search function at
> > the following website..
>
grocery_stocker wrote:
Let's say that I have a file with the following words
shirt
jeans
belt
jacket
Now I want to be able to enter these words into the search function at
the following website..
http://oldnavy.gap.com/?redirect=true
I'd do what they're doing -- when you search those terms th
On Apr 21, 11:10 pm, grocery_stocker wrote:
> Let's say that I have a file with the following words
> shirt
> jeans
> belt
> jacket
>
> Now I want to be able to enter these words into the search function at
> the following website..
>
> http://oldnavy.gap.com/?redirect=true
>
> Is there some metho
Let's say that I have a file with the following words
shirt
jeans
belt
jacket
Now I want to be able to enter these words into the search function at
the following website..
http://oldnavy.gap.com/?redirect=true
Is there some method in the urllib method that would allow me to do
this? I tried goo