I have a page named A.aspx. In A.aspx I defined a <ext:window ID="win"> and set the autoUrl for win to B.aspx.
When I call win.show() I do something in B.aspx. I need get the parameters in B.aspx when win.close().
How can I do this?