Hi,
I am using HttpClient API for accesing web pages. I am able to access the content (html content)first page.Now I want to login from that page but problem is that there is
java script function which is encrypting the password.so I am unable to go to next page and the programme is retriving the content of same page(html content of first page).
Please suggest me How to deal with this problem.
Thank you.
Nimish Patel