Hello,
I was looking to add online purchasing to a site and I looked into it, but I have a question that I cannot find an answer to, yet.
The processing company I want to use works like this:
You POST form data to an page on their server, it processes the card, amoount, etc. and then spits back authorization info to you in the form of a delimited string on a page.
My question is: How do I get the info from the delimited string into my stuff using ASP?
Here is an example of a response page:
So I can't figure out how to read that stuff into ASP. I'd know how to separate it if I had it in a variable, but I don't know how to get the contents of a page into a variable. If it were POST'ed back to me, or if it was in the URL, I wouldn't have a problem.
So I am asking how you "read" stuff from a page with ASP/VBScript. Like if I had a simple page that said "food" on it, how could I get that into a variable, without POST or GET.
Thanks in advance.
I was looking to add online purchasing to a site and I looked into it, but I have a question that I cannot find an answer to, yet.
The processing company I want to use works like this:
You POST form data to an page on their server, it processes the card, amoount, etc. and then spits back authorization info to you in the form of a delimited string on a page.
My question is: How do I get the info from the delimited string into my stuff using ASP?
Here is an example of a response page:
So I can't figure out how to read that stuff into ASP. I'd know how to separate it if I had it in a variable, but I don't know how to get the contents of a page into a variable. If it were POST'ed back to me, or if it was in the URL, I wouldn't have a problem.
So I am asking how you "read" stuff from a page with ASP/VBScript. Like if I had a simple page that said "food" on it, how could I get that into a variable, without POST or GET.
Thanks in advance.