PHP: How to set the header location target as top to close frames



echo("<script language=\"javascript\">");
echo(
"top.location.href = \"http:/www.your.com/somepage.php\";");
echo(
"</script>");

Post a Comment

0 Comments