Click of two url on a single click
I have two url like this..
http://abc.com?userid=abc&password=def&code=xyz
http://abc.manip.com?country=India®ion=MP&city=India&factor=Fuel
Normally when i click second URL it takes me to default login page of the manip app(for example purpose)
when i click first link it takes me to a normal hope page and after that if i click onto second link it takes me to a desired page.
I want to open only the desired page with single click. I tried passing userid,password and code through post method through query string in second url but it takes me to default page of manip app.
Lets consider manip app is 3rd party app. I want to have some jquery like which opens first link in backside (not visible) and closes the object and opens the second link so that my users do not have to open multile links for accessing manip tool data in my website.