I'm having problems when I open a new window from the page where I have a collapsible panel.
I use this piece of code for opening the window:
Response.Write("<script language = \"Javascript\">var win=window.open('grid.aspx',null,'width=620,height=460,top=70,left=100','true');</script>");
When I close that window, my I find my collapsible panel in expanded state (no matter if I expanded it or not) and the worst thing is that I can't collapse it any more. It just flickers and that's it.
The panel works fine before opening the new window.
Does anyone have the idea what causes this?