I have a javascript that makes a iframe in a blogger and shows a html page that's in a different domain, and there is a button/image in the HTML page. and when someone clicks the button I need to redirect the parent page to another website.
is there a way I can do it?
top.location.href=
is not working.