I have a module that submits a form request which unfortunately needs to be pulled in as a iframe.. The problem is that the result loads inside the frame when I want it to take over the same page.
form target="_top" and target="_parent" don't work..
is there a way I can achieve this through jQuery, since its loaded anyway?