I have a web site with and "Events" button that, when clicked opens a page called events.php. The events.php calls the calendar.pl file using this script:
<?php
header("Location: http://www.crownpointcc.com/cgi-bin/calendar/calendar.pl");
?>
In IE, the script fails when the event.php page is...