In the .html file I have the following javascript to open a new window on top with a .php file as the target content. When I view the source on the new window, I can tell see code failing at the <?php tag (...shown with 5 stars)
------html file has this code
var win2 = window.open("../../../cgi-bin/cal_test4.php","Window2","status,height=500,width=500,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
-------PHP file contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<head>
<? *****
require("calmonth.php");
?>
<title>DetroitCircle.com</title>
<LINK rel=stylesheet type="text/css" href="/dccdocs/styles/dcc.css">
<!-- <SCRIPT LANGUAGE="JavaScript" src="/dccdocs/javascript/buttons.js"></SCRIPT> -->