Re: Unable to use post with a site

2004-09-13 Thread Oleg Kalnichevski
This will do the trick === HttpClient agent = new HttpClient(); PostMethod httppost = new PostMethod( "http://www.amfiindia.com/navreport.asp";); httppost.setRequestBody(new NameValuePair[] { new NameValuePair("cmbmf", "36"), new NameValuePair("btnview", "Vi

Re: Unable to use post with a site

2004-09-13 Thread Roland Weber
t button out of view, for those impatient users that would click on it again and again. cheers, Roland Spam Proof <[EMAIL PROTECTED]> 13.09.2004 14:13 Please respond to "Commons HttpClient Project" To [EMAIL PROTECTED] cc Subject Unable to use post with a site Hi,

Unable to use post with a site

2004-09-13 Thread Spam Proof
Hi, I am using httpclient to post some data to a website. The actual url that I am trying to post to is http://www.amfiindia.com/navreport.asp The asp page corresponding to the form is given below ---navreport.asp--begin ALL abc ... --