短信群发的问题
<form name="frmSMS" method="post" action="http://61.177.147.11/SMS_Send.asp">
<p> 发送方手机:<input name="strSrcNo" type="text" id="strSrcNo"></p>
<p> 接受方手机:<input name="strDstNo" type="text" id="strDstNo"></p>
<p> 发送内容:<textarea name="strContent" cols="50" rows="5" id="strContent"></textarea></p>
<p> 计费代码:<input type="text" name="intSVC" value="140"></p>
<p><input type="submit" name="Submit" value="提交"></p>
</form>
通过这个页面提交到http://61.177.147.11/SMS_Send.asp这个文件就可以发短信。
现在我想实现群发,就怎么做呢?要不断的提交这个FORM吗?