I have problem like that
page1 is sending some variable data to page2 Now page2 have to decide whether it has to redirect it to page10,page20 or page30 which are pages of different websites basing on the value of a variable1 which is in page1 variable data.
I want know how i can access variable data of page1 in page10,page20 or page30
*** Remember these page10,page20 and page30 are pages of different domains.
