What's wrong with this:

Inet1.Execute "http://Kira_Roark/kiosk/apr1/addinfo2.asp", "Post", "UD=22"

"Kira_Roark" is a machine on my LAN.

Goal: to mimic a post from a html page to an asp page using the internet transfer control.

I made a test.html page which contains a text box with the one field (UD) I'm attempting to pass to the database. When I enter a value in this box and submit it to the asp page the information is sent to the database....bascially everything is o.k. with the database and asp page.

When I insert the above code into the onclick event of a button and check the "Inet1_StateChanged" it gets stuck on "5" which is "the control is sending a request to the host computer".

Would this have something do with the fact that I'm posting over an Intranet LAN vs. the WWW?

Should I connect directly to the database instead and update recordset instead?

Why confuses me is that POST works through the browser, but not using the inet control in v.b.

Any help would be greatly appreciated.