cgi问题?调cgi程序有啥要求?
hhfh 2002-05-17 11:30:03 我把别人地源代码全部拷到我机子上,调用cgi程序有误运行有误,这是为什么?
部分代码:
......
<form id=form1 method="POST" enctype="multipart/form-data" action=mycgi.exe onsubmit="return chk()">
......
<td height="30" valign="bottom">
<p align="right"><input type="submit" value=" 发送 " name="ACT"></td>
</tr>
......
我在别人那台电脑上按发送,就执行mycgi.exe 程序,可到了我的机子上就不能运行了!
这是为什么!?