hi i know it is very easy.
But ht actual problem is like the string is storing Html file as response.
 HttpClient http = new HttpClient(serverURL);
http.setParameters(context);
 String response = null;
response = http.post();

This response is getting <HTML></HTML>
Now in this I want to read <input type=" " name="" value="">

i.e I want to get Parameters from this response.

how could I do.

       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

Reply via email to