vtekur
04-25-2008, 10:50 AM
Hi
This is my requirement:
When a user clicks on a link, the query params get appended to the URL. Since the data is secure, it is required that the data shud be hidden. Also the URL shud be opened in a new window using the query params.
This is what I tried:
I tried using post method and then tried opening a new window in the function called in the post. I am able to open a new window but I am unable to get the parameters from the parent page.
Any clues on how I can fulfill my requirement???
Thanks!!!!
Vamsi
This is my requirement:
When a user clicks on a link, the query params get appended to the URL. Since the data is secure, it is required that the data shud be hidden. Also the URL shud be opened in a new window using the query params.
This is what I tried:
I tried using post method and then tried opening a new window in the function called in the post. I am able to open a new window but I am unable to get the parameters from the parent page.
Any clues on how I can fulfill my requirement???
Thanks!!!!
Vamsi