Code:
Private Sub Command1_Click()
  Dim strOptions As String

  If Inet1.StillExecuting = True Then
    Inet1.Cancel
  End If
   
  strOptions = "areacode=" & "404" & "&phonenumber1=" & "487" & "&phonenumber2=" & "9000" 
  Inet1.Execute "http://www.xxx.com/index.php", "POST", strOptions, _
    "Content-Type: application/x-www-form-urlencoded" & vbCrLf
End Sub
This does not work whats wrong ???

btw, the page i fill above have two forms. 1. topform 2. bottomform

i just fill the first form topform.