新手求助:在Win2000下执行cgi网页,需要什么后台支持吗?
html网页:
<FORM METHOD="POST" ACTION="cgi-bin/proto.cgi">
Please type in the name of the function
whose prototype you wish to see.
<INPUT TYPE="text" NAME="function" SIZE="20">
<br>
<INPUT TYPE="submit">
</FORM>
为什么按submit后不能执行,而是提示下载该文件。