parent redirection

I’m using an editable grid form inside an iframe. now actions inside that iframe will influence other detailforms as well. those would need to be reloaded too, and I’m not sure what would be the best way to proceed. ideas?

[solved]

Okay I found a solution with sc_redir(, , “_parent”) and after some fighting I also added sc_commit_transaction() before.