not following the form action
Moderator: General Moderators
- dstefani
- Forum Contributor
- Posts: 140
- Joined: Sat Jan 11, 2003 9:34 am
- Location: Meridian Idaho, USA
not following the form action
Is there a way to submit a form to one script on a different server and yet not be redirected to that form, but to another page on the original server?
Thanks - dstefani
Thanks - dstefani
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
It is possible using cURLEverah wrote:No, but you can use a redirect if you have access to the form action's page code.
http://livedocs.adobe.com/coldfusion/7/ ... 000379.htm
Theres the one for cold fusion
http://dietrich.ganx4.com/nusoap/
theres one for php, both are cumented well so if you read them through you should be ok
Theres the one for cold fusion
http://dietrich.ganx4.com/nusoap/
theres one for php, both are cumented well so if you read them through you should be ok
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
You know, the first thing that came to mind was cURL. I must have read that question wrong then, because originally, to me, it sounded like he wanted to post a form to a remote page and not actually go to that page, but redirect to a different page on the remote server. So I think I just didn't understand what he was talking about. My bad.Jcart wrote:It is possible using cURLEverah wrote:No, but you can use a redirect if you have access to the form action's page code.
- dstefani
- Forum Contributor
- Posts: 140
- Joined: Sat Jan 11, 2003 9:34 am
- Location: Meridian Idaho, USA
To clarify:
I have a form on my server and I want to submit to a script on another server.
The remote script lets me do this, but the remote script also wants to thank me and take me to places I don't want to go.
I have no control over this.
I want to submit my form data to the remote script and stay on my server.
Right now I'm using a target="_new" in my form to avoid leaving my page, but that's a band-aid I'd like to avoid.
Thanks,
- dstefani
I have a form on my server and I want to submit to a script on another server.
The remote script lets me do this, but the remote script also wants to thank me and take me to places I don't want to go.
I have no control over this.
I want to submit my form data to the remote script and stay on my server.
Right now I'm using a target="_new" in my form to avoid leaving my page, but that's a band-aid I'd like to avoid.
Thanks,
- dstefani
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA