I have A page a.aspx and another page b.aspx.
I am using http://flowplayer.org overlay to open b.aspx on page a.aspx.
Now I want to use a variable (java script) on page b.aspx which is declared on page a.aspx.
Is it possible to do so.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Quick answer is “No”.
If you are having .aspx pages inside other container (Frame) then you can share it by having your variable as part of the parent page.
Other options are