利用VC类通过HTTP协议从ASP网页中取得数据及把数据传到另一网页中

解决方案 »

  1.   

    这个应该不困难的,你可以下载该网页,然后得到数据后,通过httpSendrequest将数据Post到另一个页面上。
    建议你通过以下关键字查询:
    httpSendrequestEx
    HttpConnection
      

  2.   

    using http get and post method.
    www.codeproject.com/internet/httpget-post.asp?msg=294637
      

  3.   

    构造http请求,接收和提交数据
      

  4.   

    构造HTTP请求,可以详细些吗?最好有例子代码,谢了!!!如能解决分数可以再加!
      

  5.   

    www.codeproject.com/internet/httpget-post.asp?msg=294637
    this have an example explaining hwo to do it.