P
Penstar
I have a http post in the code of a form, as follows.
Set ie = CreateObject("InternetExplorer.Application")
smsmessage = Test%20Message
HttpString = "http://www.abc.com.au/gateway/etc.
Set ie = Nothing
The post works fine, but I have not idea how to retrieve the return result
from the post.
Any Ideas.
Thanks
Penny
Set ie = CreateObject("InternetExplorer.Application")
smsmessage = Test%20Message
HttpString = "http://www.abc.com.au/gateway/etc.
Set ie = Nothing
The post works fine, but I have not idea how to retrieve the return result
from the post.
Any Ideas.
Thanks
Penny