This does not workCode: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 Subwhats wrong ???
btw, the page i fill above have two forms. 1. topform 2. bottomform
i just fill the first form topform.
![]()




whats wrong ???
Reply With Quote