S
steve
first, let me re-post what fergus...err...iron/gold guru...said.
"If you set up an asp or aspx page on your server at home or work, you can
get it to display the headers of the request that invokes it. If you can
fiddle the link html in the AxBrowser to call <your> page instead of the
real
website, you can do the same - find out what the headers are. Then you can
use
HttpRequest and set <its> headers to those values."
also, you can use your standard browser, go the the page in question - the
one that submits the information to the xml producing web page. once on that
page, view it's source. you will most likely see <form></form> tags...if
there are multiple forms, then look for the appropriate one that submits to
the target xml page. get the names of all (including type="hidden") it's
elements and their values.
from there you will submit the headers discovered in the manner described by
fergus and the form data discovered as above...i don't know what kind of
example i can get/do but i'll try one.
i assume at this point you neither want to try to continue using the
axbrowser control nor discover where it is placing the xml results?
"If you set up an asp or aspx page on your server at home or work, you can
get it to display the headers of the request that invokes it. If you can
fiddle the link html in the AxBrowser to call <your> page instead of the
real
website, you can do the same - find out what the headers are. Then you can
use
HttpRequest and set <its> headers to those values."
also, you can use your standard browser, go the the page in question - the
one that submits the information to the xml producing web page. once on that
page, view it's source. you will most likely see <form></form> tags...if
there are multiple forms, then look for the appropriate one that submits to
the target xml page. get the names of all (including type="hidden") it's
elements and their values.
from there you will submit the headers discovered in the manner described by
fergus and the form data discovered as above...i don't know what kind of
example i can get/do but i'll try one.
i assume at this point you neither want to try to continue using the
axbrowser control nor discover where it is placing the xml results?