Thanks a lot,i got it... hey i got one more doubt
Using java Syntax Highlighting
- String URL = "http://192.168.157.35:8080/myown/Login.do?username="+username+"&password="+password+"";
- String result = null;
- HttpClient httpClient = new HttpClient();
- GetMethod getMethod = new GetMethod(URL);
- try
- {
- httpClient.executeMethod( getMethod );
- }
Parsed in 0.032 seconds, using GeSHi 1.0.8.4
Like this i am sending username and password to server and getting authenticated.. now hoe to get back the response like succes or failure of login...
Regards and Thanks,
Nisha





smile it is the key that fits the lock of everybody's heart