Hello
I've an iFrame A which has an iFrame B inside it. In frame B i load a page which has a input type button element. It basically, when gets clicked, navigates to another page. Now i want to change the target of the button so that i loads the page in its parent iFrame A.
I've tried changing
currentButton.target = '_parent'
But it is not working. Any ideas?