Hi all
I have a VFP app to send SMS to mobile by internet.Below is example code.How can to code in VFP3.0.
Thank's Very much
MongkonB
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-874">
<TITLE>How to post data in Send Format</TITLE>
</HEAD>
<BODY>
<FORM action= method="POST">
TEST SMS to Mobile <BR><BR>
Mobile Number : <input type="text" name="Msn" maxlength="10" size="12" value="66XXXXXXXX"><BR>
Message Type[T/E]: <input type="text" name="MsgType" value="E"><BR>
Message <input type="text" name="Msg" size="100" value="Text to test send"><BR>
<!User <input type="text" name="User" value="testuser"><BR>
<!Password <input type="text" name="Password" value="testpassword"><BR>
<input type=submit value="Submit">
<input type=reset value="Reset">
</form>
</BODY>
</HTML>
I have a VFP app to send SMS to mobile by internet.Below is example code.How can to code in VFP3.0.
Thank's Very much
MongkonB
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-874">
<TITLE>How to post data in Send Format</TITLE>
</HEAD>
<BODY>
<FORM action= method="POST">
TEST SMS to Mobile <BR><BR>
Mobile Number : <input type="text" name="Msn" maxlength="10" size="12" value="66XXXXXXXX"><BR>
Message Type[T/E]: <input type="text" name="MsgType" value="E"><BR>
Message <input type="text" name="Msg" size="100" value="Text to test send"><BR>
<!User <input type="text" name="User" value="testuser"><BR>
<!Password <input type="text" name="Password" value="testpassword"><BR>
<input type=submit value="Submit">
<input type=reset value="Reset">
</form>
</BODY>
</HTML>