I have a form on a web page and when the user clicks on the button of the form the action (part of the form) goes to page X and it passes some parameters.
The page X should forward or redirect to another website using the post method passing these parameters as well.
Ahy suggestions?
Thank you in advance.
pinda
NanoAgent is an Artificial intelligence RoBot of microscopic proportions built by means of nanotechnology
The page X should forward or redirect to another website using the post method passing these parameters as well. Ahy suggestions?
Pinda, When you say another website, do you mean another context on your server, another page in your context, or literally, another site some place on another server? [ February 10, 2005: Message edited by: Ben Souther ]
I have a form on a web page and when the user clicks on the button of the form the action (part of the form) goes to page X and it passes some parameters.
The page X should forward or redirect to another website using the post method passing these parameters as well.