Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I have a link. When i click on the link it should take me to another tab.
It In the other tab it should be a post call and i should get some values from the previous tab.

Once i get the previous tab values i should set it in new tab.

Any suggestion is appreciated.

Thanks.
Posted

1 solution

If you add target="_blank" to you're link it will open in a new tab (or window on older browsers)

I suppose you could than add a query string to the url ?myvar=somevalue and use that in the second page.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900