On Thu, Aug 18, 2011 at 11:03 AM, aksarben <[email protected]> wrote: > Unfortunately, by that point, it's too late. The small HTML form has > already > appeared in my app window, & even the map viewer subsequently opens in a > new > window, my app content has been destroyed. >
Is it necessary to replace your app window's contents with the form? Can't you just put the form in the existing page (using panel swapping) and submit it with some dom ready JavaScript? Dan
