|
 |
asp_web_howto thread: POSTing forms
Message #1 by "Morgan, Rob" <Rob.Morgan@o...> on Wed, 25 Apr 2001 06:54:52 -0400
|
|
I'm evaluating the contents of a form(POST) I made. After doing my edit
checks I need to send the information to another website as a post. How can
I send my variables to another website as a form(POST) information?
Thanks!
Rob
Message #2 by "Walter Burrough" <lists@c...> on Wed, 25 Apr 2001 12:59:26 +0100
|
|
Try the httpclient that Coalesys have released. It's free and it works well. Doesn't use WinInet either
which I understand can be a
bit dodgy.
http://www.coalesys.com/products/httpclient/features/
Walter
> -----Original Message-----
> From: Morgan, Rob [mailto:Rob.Morgan@o...]
> Sent: 25 April 2001 11:55
> To: ASP Web HowTo
> Subject: [asp_web_howto] POSTing forms
>
>
> I'm evaluating the contents of a form(POST) I made. After doing my edit
> checks I need to send the information to another website as a post. How can
> I send my variables to another website as a form(POST) information?
>
> Thanks!
> Rob
Message #3 by "Morgan, Rob" <Rob.Morgan@o...> on Wed, 25 Apr 2001 08:07:53 -0400
|
|
Looks like that's what I need, but I can't use a component because I'm on an
ISP.
-----Original Message-----
From: Walter Burrough [mailto:lists@c...]
Sent: Wednesday, April 25, 2001 7:59 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: POSTing forms
Try the httpclient that Coalesys have released. It's free and it works well.
Doesn't use WinInet either which I understand can be a
bit dodgy.
http://www.coalesys.com/products/httpclient/features/
Walter
> -----Original Message-----
> From: Morgan, Rob [mailto:Rob.Morgan@o...]
> Sent: 25 April 2001 11:55
> To: ASP Web HowTo
> Subject: [asp_web_howto] POSTing forms
>
>
> I'm evaluating the contents of a form(POST) I made. After doing my edit
> checks I need to send the information to another website as a post. How
can
> I send my variables to another website as a form(POST) information?
>
> Thanks!
> Rob
Message #4 by "TomMallard" <mallard@s...> on Wed, 25 Apr 2001 05:56:10 -0700
|
|
Is there any reason why you can't just send the data in form values with a
self-submitting page (using the body tag onload event)?
tom
----- Original Message -----
From: "Walter Burrough" <lists@c...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Wednesday, April 25, 2001 4:59 AM
Subject: [asp_web_howto] RE: POSTing forms
> Try the httpclient that Coalesys have released. It's free and it works
well. Doesn't use WinInet either which I understand can be a
> bit dodgy.
>
> http://www.coalesys.com/products/httpclient/features/
>
> Walter
>
> > -----Original Message-----
> > From: Morgan, Rob [mailto:Rob.Morgan@o...]
> > Sent: 25 April 2001 11:55
> > To: ASP Web HowTo
> > Subject: [asp_web_howto] POSTing forms
> >
> >
> > I'm evaluating the contents of a form(POST) I made. After doing my edit
> > checks I need to send the information to another website as a post. How
can
> > I send my variables to another website as a form(POST) information?
> >
> > Thanks!
> > Rob
>
>
Message #5 by "Morgan, Rob" <Rob.Morgan@o...> on Wed, 25 Apr 2001 08:55:25 -0400
|
|
I'm not sure I understand what you mean, please explain.
-----Original Message-----
From: TomMallard [mailto:mallard@s...]
Sent: Wednesday, April 25, 2001 8:56 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: POSTing forms
Is there any reason why you can't just send the data in form values with a
self-submitting page (using the body tag onload event)?
tom
----- Original Message -----
From: "Walter Burrough" <lists@c...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Wednesday, April 25, 2001 4:59 AM
Subject: [asp_web_howto] RE: POSTing forms
> Try the httpclient that Coalesys have released. It's free and it works
well. Doesn't use WinInet either which I understand can be a
> bit dodgy.
>
> http://www.coalesys.com/products/httpclient/features/
>
> Walter
>
> > -----Original Message-----
> > From: Morgan, Rob [mailto:Rob.Morgan@o...]
> > Sent: 25 April 2001 11:55
> > To: ASP Web HowTo
> > Subject: [asp_web_howto] POSTing forms
> >
> >
> > I'm evaluating the contents of a form(POST) I made. After doing my edit
> > checks I need to send the information to another website as a post. How
can
> > I send my variables to another website as a form(POST) information?
> >
> > Thanks!
> > Rob
>
|
|
 |