It's the strangest thing. The document title does not show up in the browser.
It is a new application in a new directory. I'm running win2K server IIS 5 and
MX 6.1 with all the updates. If I copy the file into another folder on the
webserver the Title shows up. All other coldfusion code runs fine.

<html>
<head>
<title>Secret Agent Gopher</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT LANGUAGE=JavaScript>
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}
</SCRIPT>
</head>