Carbonize,
I don't know enough PHP to be able to tell you exactly what type it is. This is a snippet of the page where I want to have the Targe be my iFrame.
$HeadX = '';
if ( $auto_refresh == "Y" && ! empty ( $auto_refresh_time ) ) {
$refresh = $auto_refresh_time * 60; // convert to seconds
$HeadX = "<meta http-equiv=\"refresh\" content=\"$refresh; url=week_details.php?$u_url" .
"date=$startdate$caturl\" target=\"_self\" />\n";
}
$INC = array('js/popups.php');
print_header($INC,$HeadX);
here is the actual file:
http://www.miamipremier.com/webCalendar/week_details.php if you care to check it out.
I thank you all of your assistance.
Janvier