I look exactly the same thing either complete a form and have confirmation that everything is ok.
And to develop the similar code for form I have generate the following code:
Code:
Try
Sunday url As String
Sunday data As String
Sunday header As String
Url = "http://site.info/comments.php"
data = "CommentID = 457 comment & author = & email = & url = [email protected] www.test.com&comment=Reallycool"
header = "Content-Type: application / x-www-form-urlencoded" & vbCrLf
Inet1. Execute (url, "POST", data, header)
Catch ex As Exception
MessageBox. Show (eg Message, "Read Error")
End Try
If you can tell me how you completed a form (an example) with webclient.system.net and I turn to you to find an answer to how to get a confirmation after submitting the form.
In addition if you want it!
Bookmarks