Reload Dashboard from Iframe

Reload Dashboard from Iframe

Good day,

I have a Dashborad and inside two iframes, one of those iframes I have a record edit, in the record edit On Success I have the following script, 

openUrl("DashboardUrl", "parent window"); 

When I update the record nothing happens, but If I use "same window" instead of "parent window" the OpenUrl work inside the Iframe, but I want to load the page in the Main window.

There is any alternative to reload the main window Dashboard?