SMS API: HTML

Overview

The HTML code below is a simple form that can be used to submit messages directly to our server or to another script that is dedicated to the message-sending process (so as to protect your username and password).

<form action="MessageSendingScript" method="post">
 <table width="100%">
  <!-- If this form submits messages directly, "username" and "password" should also be included.-->
  <tr>
   <td>Messages</td>
   <td><textarea name="msg" cols="80" rows="4"></textarea></td>
  </tr>
  <tr>
   <td>Recipients</td>
   <td><textarea name="to" cols="80" rows="2"></textarea></td>
  </tr>
  <tr>
   <td>Originator</td>
   <td><input name="from" maxlength="15"></td>
  </tr>
  <tr>
   <td>Route</td>
   <td>
    <select name="route">
     <option value="frst">First Class</option>
     <option value="busi">Business Class</option>
    </select>
   </td>
  </tr>
  <tr>
   <td>Source</td>
   <td><input name="source"></td>
  </tr>
  <tr>
   <td>Notes</td>
   <td><input name="notes"></td>
  </tr>
  <tr>
   <td>Simulate</td>
   <td>
    <select name="sim">
     <option value="">No</option>
     <option value="yes">Yes</option>
    </select>
   </td>
  </tr>
  <tr>
   <td><input type="reset" value="CLEAR"></td>
   <td><input type="submit" value="SEND"></td>
  </tr>
 </table>
</form>alue="SEND"></td>
  </tr>
 </table>
</form>
© 2003 - 2008 SMS-Comms UK Ltd. | Service Agreement
|SEND SMS|RECEIVE SMS|SMS ONLINE|SMS API|RESOURCES|
Contact Us Client Login Register Online