This is my code
I do not get a error msg, but my sms is not send out.
can anyone help?
<%
Sub Delay(DelaySeconds)
SecCount = 0
Sec2 = 0
While SecCount < DelaySeconds + 1
Sec1 = Second(Time())
If Sec1 <> Sec2 Then
Sec2 = Second(Time())
SecCount = SecCount + 1
End If
Wend
End Sub
%>
<%
Dim...
I had make a drop-down list. I want to make it link to the same server to get different database.
<p><b>Select:
<select name="country">
<option value ="singapore">Singapore</option>
<option value ="malaysia">Malaysia</option>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.