passing variable to 3rd party website from background
Posted: Thu Aug 03, 2006 4:09 am
what I wanted to do is to pass a variable to 3rd party website and let the 3rd party website process the variable on the background, for example I'm working on abc.com website, variable generated from abc.com will be pass to xyz.com. Normally it is being pass this way <a href="http://xyp.com?id=$id&acc=$acc">xyz.com</a>
What I wanted to do now is do not allow user to click the xyz.com hyperlink but just immediately pass to xyz.com after a form fill and let it process on the background without popup xyz.com website. This mean user will stay in abc.com and without being diverted to xyz.com website.
What I wanted to do now is do not allow user to click the xyz.com hyperlink but just immediately pass to xyz.com after a form fill and let it process on the background without popup xyz.com website. This mean user will stay in abc.com and without being diverted to xyz.com website.