First of all, I am making a Windows application. Not a web application.
Now I am doing in the application to send SMS (short message) from System to Mobile.
Here I use an http address to enter a message with the parameters To (number) and Msg (test message).
after generating a url e.g.
http : //333.33.33.33ogi333/csms/PushURL.cgi ? USERNAME=xxxx&PASSWORD=xxxx&MOBILENO=919962391144&MESSAGE=TestMessage&TYPE=0&CONTENT_TYPE=text ;
Here I mentioned 3 for ip address, X for passwords and user id due to privacy.
After sending this URL, I get text in the browser window, for example, "Message Send Successfully".
I just want to read the text and save it in the database.
My problem: how can I read text from a web browser.
please hold me!
rajesh
source share