SMS client software

ASP - send only example

Example for download


<!--#include file="sendSMS.asp"-->

<%
dim ok
ok = sendSMS("xx", "xx", "ViaNett", "4791748750", "Hello world")

if ok = true then
 Response.Write "The message is sent"
else
 Response.Write "There was an error with the transmission of the message"
end if
%>

 

Download the example here: ASP_sendSMS.zip


Print article Print the article