Type search words and press enter
"Use Edit Log for transactions/masters, and digital signature for invoices/reports with Release 2.1. Download NOW!"
https://help.tallysolutions.com/docs/td9rel54/faq/6134.html

Sending an SMS Request to any Service Provider URL without opening a Web Page

While sending a request to Web Server using Action Browse URL, an explorer window opens up interrupting the Tally user.  In order to send a silent request to a Web Server, one needs to make use of Collection along with User Defined Function:

We need to specify the URL of the SMS Service Provider in the Collection as shown below:

[Collection: Send SMS Coll]

Remote URL: " http://www.sms.etradeindia.in/pushsms.php?username=radhe&password=shyam&sender=RadheShyam&to=9805011121&message=NarayanaKeshava "

One can also include the parameters as a part of the URL being requested. Subsequently, we just need to walk over this collection within a User Defined Function as shown below:

[Function: Send SMS]

00: WALK COLLECTION  : Send SMS Coll
10: END WALK