Donnerstag, 28. März 2024
Innovative SMS Gateway & Messaging solutions

Beispiele

Hier einige ASP VB-Script Beispiele, welche für den IIS (Internet Information Server) von Microsoft oder jede andere Application die ActiveX/COM-Objekte unterstützt, gedacht sind. Sie können den Code nach belieben ändern, sofern Sie die Definitionen in der Dokumentation einhalten.

Simple Text SMS | Bulk SMS | Flashing SMS | Alphanumeric Originator | SMS with delivery notification | SMS with error validation | WAP-Push |

Simple Text SMS

The very first and easiest example.
Sends a simple SMS to one recipient.

<html>
<body>

<%

  '------------------------------------------------------------
  ' aspsms.com(ponent) (c) 2001 by VADIAN.NET AG
  '------------------------------------------------------------
  ' simple text example
  '------------------------------------------------------------

  Set SMS = Server.CreateObject("ASPSMS.Booster")
  SMS.Userkey = "I3QHMYKEY6E"
  SMS.Password = "mypassword"
  SMS.Originator = "0041763251527"
  SMS.MessageData = "hello dad, call me in an hour! love, cathy"
  SMS.FlashingSMS = False
  SMS.AddRecipient "0044734255533"
  SMS.SendTextSMS
  lResult = SMS.ErrorCode
  SMS.DeleteAllRecipients
  Set SMS = Nothing

%>

done.

</body>
</html>
Weitere ASP VB-Script Beispiele:

Simple Text SMS | Bulk SMS | Flashing SMS | Alphanumeric Originator | SMS with delivery notification | SMS with error validation | WAP-Push |

Neuanmeldung

Hier geht's zur ASPSMS Neuanmeldung.

Haben Sie sich bereits registriert? Melden Sie sich mit Benutzer E-Mail Adresse und Login-Passwort an.


Login-Passwort vergessen?

SMS Tools und Interfaces für ASPSMS