用DELPHI向网页提交数据,buyorsell是type=radio的这样写就出错!该怎样写才会正确? ( 积分: 50 )

  • 主题发起人 主题发起人 坚持信念
  • 开始时间 开始时间

坚持信念

Unregistered / Unconfirmed
GUEST, unregistred user!
提交:
buyorsell是type=radio的这样写就出错!该怎样写才会正确?
WebBrowser1.OleObject.Document.topic.buyorsell.value:= '转让';

WebBrowser1.oleobject.Document.body.Scroll := 'no';
WebBrowser1.OleObject.Document.topic.topic.value := '123';
//buyorsell是type=radio的这样写就出错!
// WebBrowser1.OleObject.Document.topic.buyorsell.value:= '转让';
WebBrowser1.OleObject.Document.topic.neckname.value := 'Im a boy.';
WebBrowser1.OleObject.Document.topic.submit();
 
提交:
buyorsell是type=radio的这样写就出错!该怎样写才会正确?
WebBrowser1.OleObject.Document.topic.buyorsell.value:= '转让';

WebBrowser1.oleobject.Document.body.Scroll := 'no';
WebBrowser1.OleObject.Document.topic.topic.value := '123';
//buyorsell是type=radio的这样写就出错!
// WebBrowser1.OleObject.Document.topic.buyorsell.value:= '转让';
WebBrowser1.OleObject.Document.topic.neckname.value := 'Im a boy.';
WebBrowser1.OleObject.Document.topic.submit();
 
搜一下,一大把
 
无法找到正确答案,请哪位贴出
 
用winhttp控件,最简单
 
ole := WebBrowser1.OleObject.Document.all.item('bb');
ole.click;

'bb'为你提交按钮的名字,我试过这几天也正研究这个.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
1K
DelphiTeacher的专栏
D
I
回复
0
查看
868
import
I
I
回复
0
查看
809
import
I
后退
顶部