Ozeki SMS Wall

Ozeki SMS Wall uses javascript and HTML to present the incoming SMS messages. The source code of the animation can be found in the C:\Program Files\Ozeki\Ozeki SMS\SmsWALL\index.html file. You may ask how the javascript makes the messages to be displayed?

The answer to this question is simple: it receives the incoming messages through an HTML form, which is periodically updated by the Ozeki SMS Engine. To keep the animation working, it is important to include this communication form in the HTML file. If it is deleted, the SMS engine will not be able to communicate with the display application. This HTML form is named scroller and is located in the upper half of the page.

The source code of the form is:



So do not forget that the scroller form is used for communication with the Ozeki SMS Engine and do not change it!

form for sending an sms message
Figure 1 - Form for sending an SMS message

More information