Haha, this is not because our Master is using CGI, this is only
because the coolstuf browser do not support "FRAME", look at
the main part of the source that returned from the url of
"http://www.gislab.ecnu.edu.cn/DelphiBBS/"
(between two lines of "-------")
--------------------------------------------------------------------
<frameset frameborder="0" cols="112,*">
<frame name="contents" target="main" src="menu.htm" scrolling="auto" noresize>
<frame name="main" src="main.htm">
<noframes>
<body>
<p>您需要支持Frame的浏览器才能进入本站。</p>
</body>
</noframes>
</frameset>
<frameset>
<noframes>
</noframes>
</frameset>
</html>
--------------------------------------------------------------------
Now you can see that a FRAME-aware browser will automatically
go fetching menu.htm and main.htm, and it will not display
the string contained in &ltnoframes&gt &lt/noframes&gt.
But I know it must be hard to tell collstuf how to recognize FRAME,
I may not take the 200 points easily,
~~~~~~~~~~~~~~~~~~~~~~