>From a previous post I picked up you are trying to do this in an FTL or
bsh. if so this is not the place to program this type of code.
you have gotten a lot of recommendation where to go to get your info.
I suggest you do that.

Jame Jane sent the following on 4/25/2008 5:50 AM:
> 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