how to passing value from popup to the parent window as a variable
which I can access and process the variable(string ) in parent window?
such as from popup page, we have var_from_popup= "abc", after the popup
closed, then from parent window, we can use alert(var_from_ popup) and
it will show us the "abc"?
which I can access and process the variable(string ) in parent window?
such as from popup page, we have var_from_popup= "abc", after the popup
closed, then from parent window, we can use alert(var_from_ popup) and
it will show us the "abc"?
Comment