|
|
Question : Session Variables and opener.location.href = opener.location.href
|
|
|
|
I'm trying to use a session variable to remember a piece of data between a main WEB page and a popup. I trace the code in the popup and watch the variable get set. I then trace it on the main page and it's not set. Does opener.location.href = opener.location.href cause a new session?
How can I pass a piece of data from the popup to the main page?
|
|
|
|
Answer : Session Variables and opener.location.href = opener.location.href
|
|
|
|
|