sub CopyHTMLToBrowserPart2 { print <<"EOT"; } initFromDatabaseValues(); // Identify AI CGI version and datestamp versionAICGI = '1.12'; dateAICGI = 'Tuesday, June 27, 2000'; // Where to submit updates; where is Send-a-Page? var PageSubmitActionURL = '$PageSubmitActionURL'; var PageSendPageURL = '$PageSendPageURL'; // Flags identifying support for enhancements var AllowUserAliasEnhancements = $AllowUserAliasEnhancements; ::: ::: // Allow comments from CGI on first screen var InitialMessage ='$JSInitialMessage'; Sorry, this page requires that you have a frames-capable browser.<BR> You will not be able to use these facilities. <P> The Netscape Navigator 3.x and Internet Explorer 3.x programs are able to display frames. Please install one of these or a more recent version. EOT File blanktop.html basically immediately fetches good stuff, kicking off by using a Javascript onLoad="" event: