- ·上一篇文章:Access中密码管理的另一种方式
- ·下一篇文章:为Delphi提供Pack功能一例
使用script调用cgi程序的方法
1.在调用页中加html代码如下:
2.在cgi程序里需:
1.发一个html头: [不可少!]
print "Content-type:text/html\n\n";
2.print出script之document.write()动态写出你要的html代码,如下句
print("document.write('$downtime ');\n");
2.在cgi程序里需:
1.发一个html头: [不可少!]
print "Content-type:text/html\n\n";
2.print出script之document.write()动态写出你要的html代码,如下句
print("document.write('


