I have used an iframe which looks like this:
I've tried getElementById and a lot of other variants. None worked the same on IE, FF, Opera, or Chrome.
getElementById
This one works well: parent.frames.IFRAME_ID.location.href = '/';
parent.frames.IFRAME_ID.location.href = '/';