G
Guest
Is there a way to post data to a URL from an Access form, similar to an HTML
<form method=post action=...> ?
Thanks!
<form method=post action=...> ?
Thanks!
WCR said:Is there a way to post data to a URL from an Access form, similar to
an HTML <form method=post action=...> ?
Thanks!
WCR said:When I try this, it seems to think a while, but doesn't do anything.
I don't get any error messages. Any thoughts? Do you need to force
a browser window to open? I am using Access 2000 - is that a
problem? What is the format of "YourData"? "param=value"? Also,
what is the "False" in the open command?
WCR said:I can handle putting the parameter string together, but I'm not sure I
understand what to do with the response. With the web form, you hit
the submit button and the form posts the data to the server, the
server calculates the response, and displays it in the explorer
window. That's what I'm trying to accomplish here. How do you send
the response to a web browser? I apologize if I am missing something
basic here, I am new to this. Your help is greatly appreciated.
WCR said:I have figured out how to capture the server's response using
oHttpPost.responseText. The response is in html format. How do I
display the page in internet explorer instead of capturing the
response as a text string?