January 10th, 2014, 04:12 AM
-
Sending Sms using Javascript
How to Send sms to a different mobile numbers on a given date and time using javascript.
January 10th, 2014, 09:51 AM
-
Javascript is CLIENT-SIDE, which means you can't schedule it to do things, it runs when someone browses the page. Look into PHP or RUBY and sending SMS though a gateway.
"For if leisure and security were enjoyed by all alike, the great mass of human beings who are normally stupefied by poverty would become literate and would learn to think for themselves; and when once they had done this, they would sooner or later realise that the privileged minority had no function and they would sweep it away"
- George Orwell, 1984
-
Originally Posted by kadi
How to Send sms to a different mobile numbers on a given date and time using javascript.
Hi!
To send sms from a javascript you will need an sms gateway which supports java api.
In this website you can find detailed information about sending sms in java and you can find and example how to use it: Java SMS Example
I hope this information helps you!