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!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.