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