I have an iframe and from the page in the, I want to redirect the parent window to another page. How do I go about it.
if I use this
header ('location: /url');
the inner iframe window gets redirected and not the parent window. I need to redirect the parent window