I have a page that internally opens up a rad window. On that rad window, it opens up a smaller rad window (to enter some options). So Main Window opens Rad Window1 which opens Rad Window2. When Rad Window2 times out, or encounters an error, I try and make a call to a javascript function on Main Window. I thought I could do this using GetRadWindow.BrowserWindow.BrowserWindow.JSCall(), however, that is throwing the same error that GetRadWindow.BrowserWindow.JSCall() is throwing (JSCall is undefined). Is there a way to make this call back to the Main Window from the second Rad Window opened?
Thanks,
Josh
Thanks,
Josh