Re: How to post data to a different domain and recieve a response

From: Julia (codewizard_at_012.net.il)
Date: 10/20/04


Date: Wed, 20 Oct 2004 13:39:17 +0200

The outside page act like a webservice,it update a record in the data base
and return success or failed

"McKirahan" <News@McKirahan.com> wrote in message
news:pUrdd.503085$8_6.73907@attbi_s04...
> "Julia" <codewizard@012.net.il> wrote in message
> news:#EddfqotEHA.3156@TK2MSFTNGP12.phx.gbl...
> >
> >
> > Hi,
> > I have a web application running inside an organization
> > and I need to post some data to an asp page sitting outside the
> organization
> >
> > How do I get failure or success error from the outside page?
> > currently I am using IFrame,but I wonder if I get 404(server down) how
do
> I
> > know I go an error?
> >
> > BTW:since it is an organization i am open to other solution,cause i
might
> be
> > able to install
> > activx,NET components or any other stuff.
> >
> > Thanks in advance
>
> What does the outside ASP page do?
>
> Could you be more specific?
>
> Is ts like using a <form> on another site?
>
> Here's an example of doing a reverse phone number lookup:
>
> <html>
> <head>
> <title>lookup.htm</title>
> </head>
> <body>
> <form action="http://www22.verizon.com/utilities/reverselookup/"
> method="get" name="ypform">
> <input type="hidden" name="process" value="yes">
> <input type="hidden" name="A2" value="718">
> <input type="hidden" name="X3" value="257">
> <input type="hidden" name="P2" value="4956">
> </form>
> <script type="text/javascript">
> document.ypform.submit();
> </script>
> </body>
> </html>
>
> This returns a page with the result whether the number is found or not.
>
>



Relevant Pages

  • Re: How to post data to a different domain and recieve a response
    ... The outside page act like a webservice,it update a record in the data base ... >> How do I get failure or success error from the outside page? ... > What does the outside ASP page do? ...
    (microsoft.public.inetserver.iis)
  • Re: How to post data to a different domain and recieve a response
    ... The outside page act like a webservice,it update a record in the data base ... >> How do I get failure or success error from the outside page? ... > What does the outside ASP page do? ...
    (microsoft.public.inetserver.asp.general)
  • Re: ASP and CSV data base
    ... > the data base route. ... Only problem is that I can't get the ASP to write ... Please reply to the newsgroup. ...
    (microsoft.public.inetserver.asp.db)
  • Re: VB6 / ASP / Email
    ... I can't stand ServerObjects, because they NEVER return your emails, even ... How irratating. ... Hosting Your Success ... > The object could be called form the COM object or from the asp page ...
    (microsoft.public.vb.6.webdevelopment)
  • Re: ASP and CSV data base
    ... > I'd like to set up an ASP page where I can add, ... > records in a simple and small CSV data base. ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.db)

Loading