Scootchie
Nov 26th, 2000, 03:04 AM
Somebody has got to know the answer to this, I know it can't be this hard. If your HTML looks like this:
<INPUT type=hidden name=.done><INPUT type=hidden name=.fam>
And you want post the above values, so your code would look like this:
strUrl = "http://www.blah.com"
Inet1.Execute strUrl, "post", [the above values from the html]
What EXACTLY is the code to post those values?!?! Please, I'm begging here. I've spent hours looking for this simple answer. Thanking you in advance...
Scootchie
<INPUT type=hidden name=.done><INPUT type=hidden name=.fam>
And you want post the above values, so your code would look like this:
strUrl = "http://www.blah.com"
Inet1.Execute strUrl, "post", [the above values from the html]
What EXACTLY is the code to post those values?!?! Please, I'm begging here. I've spent hours looking for this simple answer. Thanking you in advance...
Scootchie