Keep javascript reference to the childs

  • Thread starter Thread starter Guillermo D. Polonsky
  • Start date Start date
G

Guillermo D. Polonsky

Hi, someone knows how can i keep references to the child windows after
doing window.open and refreshing the opener? without cookies, i think i
will not have write permission on client machine because security
politics of them.
Thanks in advance. Guillermo.
 
You can't keep a Javascript variable when the page refreshes.

If you have a frameset and refresh a frame in it, you would be able to
keep the Javascript variable in a variable in the framset page, and be
able to access it from the new page in the frame.
 
Back
Top