Hi,
I have a MVC view that opens a dialog and that dialog opens another view in an iframe.
When I click a button in the view that is in the dialog iframe, how do I
1. Close the dialog from the iframe view button
2. Redirect the main MVC that opened the dialog
Thanks!