Parent Window, Child Window Issue
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi There, I have an ASP.NET page. I open a child window using the JavaScript function. When the parent closes, the child closes. When the parent refreshes, it loses the variable name of the open child window. So, I can't do anything with it afterwards. I know that you can use a hidden frame to keep track of the variables. Is there any way to maintain functionality without using hidden frames? Thanks in advance. Emanuel