Hi!
Good day!
I am having problem regarding closing the fancy box with an iframe type after succesfull login..I have this code but the redirect parameter seems not executed after fancy box close event...Anybody help me?Thanks!
echo "<script>parent.jQuery.fancybox.close();</script>";
header("Location: " . $MM_redirectLoginSuccess );
Thank you!