delphi2007 教程

delphi2007 教程

首页 新随笔 联系 聚合 管理
  1013 Posts :: 0 Stories :: 28 Comments :: 0 Trackbacks
NMHTTP与如何向asp生成的页面写数据? Delphi / Windows SDK/API
http://www.delphi2007.net/DelphiNetwork/html/delphi_20061213150936132.html
asp   运行后生成的页面如下:  
  -----------------------------  
   
  <html>  
  <head>  
  <title>sever对象的应用</title>  
  </head>  
  <body   bgcolor=blue>  
  <font   color=red   size=5>修改文本文件   11.txt的内容</font>  
  <form   method=post   action="5-17.asp">  
  <textarea   name=s1   rows=10   cols=50>1111111</textarea>  
   
  <br>  
  <br>  
  <input   type="submit"   value="确定"><input   type="reset"   value="重置">  
  </form>  
  </body>  
  </html>  
   
   
  -------------------------------  
   
  现在想通过NMHTTP将一个指定的txt文件写入页面文本框,并发送给服务器,请高手指点。  
 

现在Delphi里面已经没有了NetMaster控件了,都换成了Indy。似乎你也该看看Indy了。

posted on 2008-10-28 09:56 delphi2007 阅读(280) 评论(0)  编辑 收藏 引用
只有注册用户登录后才能发表评论。