My website uses a lightbox and I want the following code to reload the page in the main browser window. Right now it’s reloading the main page INSIDE of the lightbox. It’s almost like the target = top is not supported by the meta refresh tag. If so, does anyone know of another way of doing this?
$popupContent .= "<meta http-equiv='refresh' content='0; url=reports.php?type=memberServices' target='_top'>";
Thanks!