http response

  • Thread starter Thread starter L Scal
  • Start date Start date
L

L Scal

I have an application that requires that my FP2k asp data collection page
send a response to a client containing "/12" in a response string.
Admittedly I'm not sure I really understand this, but can anyone direct me
to a place where I can find this code, or perhaps give me an example of a
simple way to do this.

Thanks
LScal
 
Thanks for the response, but I don't know much about asp, let alone anything
about JAVA. Is there a different way?

Thanks
 
You haven't provided enough information about what it is that you are doing,
what type of application, etc.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
OK. It's an IVR application - Angel.com that sends telephone key pad 1,2,3
etc responses to a db as if a client were selecting from drop-down lists and
submitting via POST (so they say). I've tested the asp page and know that
it will collect data as I want it to, but because the "client" is expecting
a response I've had problems testing the db input from the IVR application.
When I asked them what they're looking for they responded "All you would
need to do is return the string: /12". /12 is the syntax that they use to
indicate the next command, which means go to page 12 of the voice site.

Hope that explains it well enough. Here's my page
http://erecognitions.com/angeltest.asp

Thanks, LSCAL
 
When I tested the form, I do end up at a link that has /12 at the end:

http://erecognitions.com/30065/12

The link above is looking for a folder called 12, if this is a page, then
the extensions needs to be specified, if it really is a folder, then a
default page need to placed in the folder.

However it doesn't appear that the provider is providing you with enough
info or you are not including a enough of the details.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
You were supposed to end up at a page called angelresponse.asp. 30065/12
was what I put in as a confirmation page in my many attempts to figure this
thing out. /30065 being the site and /12 being the page - because they tell
me "set on the transaction page to expect link as the response type".
Really, this is all I know and yes I agree that they're not giving me enough
information. I have emailed them for more.

Thanks again for the help
LScal
 

Ask a Question

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.

Ask a Question

Back
Top