Iframe Record Edit OperUrl

Iframe Record Edit OperUrl


Good day,

I have a Page 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("MyUrl"parent window"); 

My problem is that 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 do that?