You don't get it lol. The program doesn't click a button. When you click a check box, you are basically just changing the value. And when you click submit. It sends a certain value to their server saying whether or not its checked or not. So be sending the post data saying its checked you are tricking the server saying its been checked.
if that makes sense.
Anyway. Do this and check the page source for maybe an error or something.
Make a Textbox on your form and make it multi lined.
Quote:
Dim strHTML as string
strHTML = HTTPWrapper.PostWrapper("http://shadowrpg.net/battle.php", "action=battle&do=battle&attack=Triple+Kick", HTTPWrapper.LastPage)
Text1.Text = strHTML
|
This will bring the source of the page into the text box. Copy it. And paste it in either a HTML editor and view it. OR! put it in a Notepad file and Paste it. Click Save and select HTML and save it as Test.html, now open that file. And check for errors.