如何做个自动登陆网页器(100分)

  • 主题发起人 主题发起人 xiaoshou
  • 开始时间 开始时间
X

xiaoshou

Unregistered / Unconfirmed
GUEST, unregistred user!
该网页的代码
html>
<head>
<!--<title>Welcome 888crown</title>-->
<title>Welcome </title>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
</head>
<frameset rows="*,0,0" frameborder="NO" border="0" framespacing="0">
<frame name="SI2_mem_index" src="app/member/">
<frame name="SI2_func" scrolling="NO" noresize src="./ok.html">
<noscript><frame src=*></noscript>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
 
用TIdHttp控件自己发http包
或者用TWebBrowser控件,通过IHTML接口向网页中写入数据

www.2ccc.com上有很多类似的例子
 
多人接受答案了。
 
后退
顶部