当前位置:首页
开发技术指南» 文章正文
    引言:

    摘要: 请问,怎么在程序运行的过程中得到可执行文件的目录? ......
    摘要: 我想在十一左右参加一个sap或者oracle erp的fi模块的培训,大家有没有推荐的,大概多少钱,地点在哪里,培训完有没有证书或者推荐去一些公司啊,现在很想往实施方面发展 ......


Inet1 post 数据成功,但是如何取得WEB服务器返回的信息

Private   Sub   Command6_Click()  
      Dim   url   As   String  
          Dim   postdata   As   String  
           
          url   =   "http://localhost/myoa(asp)/infoadd.asp"  
          postdata   =   "getm=getm&postm=1111111111"  
        Dim   a  
            Inet1.Execute   url,   "POST",   postdata,   "Content-Type:   application/x-www-form-urlencoded"  
           
             
          请问如何取的infoadd.asp返回的信息  
           
  End   Sub

NO.1   作者: online

Private   Sub   Command1_Click()  
  Dim   X   As   Integer,   RetCode   As   Integer  
  Dim   s   As   String  
  urlstr   =   "http://192.168.0.1/xml/testcheck.asp"  
  s   =   "id=ok"  
  Inet1.Execute   "http://192.168.0.1/xml/testcheck.asp",   "post",   s  
  Do   While   Inet1.StillExecuting  
    DoEvents  
  Loop  
  RetCode   =   Val(Mid(Trim(Inet1.GetHeader),   10,   3))  
          Select   Case   RetCode  
          Case   200  
                  MsgBox   "你的卡验证成功了"  
          Case   404  
                  MsgBox   "你的卡验证失败了"  
          Case   Else  
                  MsgBox   "Error"  
          End   Select  
  End   Sub  
 

NO.2   作者: online

<%  
  s=request("id")  
  if   s="ok"   then  
  response.write   "验证成功"  
  else  
  %>  
  <title>error</title>  
  <%  
  response.redirect   "error.htm"  
  response.end  
  end   if  
  %>

NO.3   作者: online

用xmlhttp会很方便

NO.4   作者: online

http://blog.csdn.net/online/archive/2004/07/07/35994.aspx


    摘要: 请问怎么导出包含表数据的sql脚本文件? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE