To DO 
+++++

Only for the use of those who are familiar with internet programming or HTML. 


1. Open up default.htm and make changes to the following :

    ######URL_TO_SCRIPT#####
    ######SITE_DOMAIN#####

   <input name="UrlReturnError" type="hidden" id="UrlReturnError" value="######URL_TO_SCRIPT#####UrlReturnError.htm">
   <input name="UrlReturnSucc" type="hidden" id="UrlReturnSucc" value="######URL_TO_SCRIPT#####UrlReturnSucc.htm">
   <input name="Site" type="hidden" id="UrlReturnSucc" value="######SITE_DOMAIN#####">

eg.

   If you are installing the script at http://www.malaysiakita.com/sms then :

   <input name="UrlReturnError" type="hidden" id="UrlReturnError" value="http://www.malaysiakita.com/sms/UrlReturnError.htm">
   <input name="UrlReturnSucc" type="hidden" id="UrlReturnSucc" value="http://www.malaysiakita.com/sms/UrlReturnSucc.htm">
   <input name="Site" type="hidden" id="UrlReturnSucc" value="www.malaysiakita.com">   
   
2. The maximum message lenght is 158. Change the maximum message lenght to 160 - LengOf(SiteName) 

eg.
	If your site name is www.malaysiakita.com, which is 20 character
	The maximum lenght is 158 - 20 = 138
	
	If your site name is www.telatah.com, which is 15 character
	The maximum lenght is 158 - 15 = 143
	
change, line 24 in the default.htm

  var maxlength = 143; 
  
to 

  var maxlength = NN;  


3. Customize the interface with your own pereference. PLEASE DO NOT CHANGE ANYTHING ELSE in the form values and name section unless you are very smart.

Please email aalwi@mymasjid.com.my for any questions.

Enjoy daily repeating customer !