How to POSTcall and retrieve result page

2008-01-10 Thread suyash jape
Hi all i want to access a web page through python script, fillup the necessary fields, and press submit button (which does POST call) and retrieve the result page and retrieve some values from it. Here is the script i have written till now. >import urllib2 > # create array of name/value pairs > s

How to POST call and retrieve result page

2008-01-11 Thread suyash jape
Hi all i want to access a web page through python script, fillup the necessary fields, and press submit button (which does POST call) and retrieve the result page and retrieve some values from it. Here is the script i have written till now. >import urllib2 > # create array of name/value pairs > s

Re: How to POST call and retrieve result page

2008-01-12 Thread suyash jape
2008 14:44:19 +0530 "suyash jape" <[EMAIL PROTECTED]> > wrote: > > > Hi all > > i want to access a web page through python script, fillup the necessary > > fields, > > and press submit button (which does POST call) and retrieve the result > page > > a