启航-▲每天有个新的开始▲  
CString   DomainWinIntet::Login(const   CString&   userId,const   CString&   passWord) 

CString   text; 
CString   resource; 
CInternetSession   m_session(NULL,
0); 
CHttpFile
*   pHttpFile=(CHttpFile*)m_session.OpenURL("http://域名/login.jsp?method=post&username=ldm&password=123456"); 
while(pHttpFile- >ReadString(text)) 

resource
=resource+"\r\n"
resource
+=text; 

pHttpFile
- >Close(); 
m_session.Close(); 
return   resource; 
}
posted on 2007-10-23 11:33  bighope  阅读(545)  评论(0编辑  收藏  举报