案例讲解
asp实例
<%
smsUID="02988262866"
smsPWD="abc"
smsKEY="D6B6EDF585D28D445097DEFBF4CCFAD1"
smsCalled="13488330702 "
smsContent=”Hello,world!”
%>
<iframe ID="sendsms" src=http://vphone.xaonline.com/vphoneservertest_co/sms.aspx?Action=
Send&userid=<%=smsUID%>&passwd=<%=smsPWD%>&keys=<%=smsKEY%>&called=<%=smsCalled%>
&content=<%=smsContent%> frameborder="0" scrolling="no"
style=
'display:none'></iframe>
|