L
liminyes
Unregistered / Unconfirmed
GUEST, unregistred user!
var
o : Olevariant;
begin
o := WebBrowser.OleObject.Document.all.item('oname',0);
o.value := text;//当读的网页是本地的时没有问题,可是如果是读的网上的文件,
//这儿出错,请问谁知道怎么办?
o := WebBrowser.oleobject.document.all.item('opasswd',0);
o.value := text;
o := WebBrowser.oleobject.document.all.item('subject',0);
o.value := '来' ;
WebBrowser.oleobject.document.Forms.Item(0, 0).submit;
o : Olevariant;
begin
o := WebBrowser.OleObject.Document.all.item('oname',0);
o.value := text;//当读的网页是本地的时没有问题,可是如果是读的网上的文件,
//这儿出错,请问谁知道怎么办?
o := WebBrowser.oleobject.document.all.item('opasswd',0);
o.value := text;
o := WebBrowser.oleobject.document.all.item('subject',0);
o.value := '来' ;
WebBrowser.oleobject.document.Forms.Item(0, 0).submit;