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
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
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