B boy8899 Unregistered / Unconfirmed GUEST, unregistred user! 2008-04-05 #1 <input name="xuanze" type="checkbox" onclick="this.style.display='';UseAjax('TP6','vote.asp','xuanze=6');" value="6" /> 我想在用delphi程序自动网页的选项选择怎么做?
<input name="xuanze" type="checkbox" onclick="this.style.display='';UseAjax('TP6','vote.asp','xuanze=6');" value="6" /> 我想在用delphi程序自动网页的选项选择怎么做?
L lanyaoshi Unregistered / Unconfirmed GUEST, unregistred user! 2008-04-06 #2 没调试过: var O: OleVariant; begin O := WebBrowser1.OleObject.Document.all.item('xuanze', 0); O.Checked=True; end;
没调试过: var O: OleVariant; begin O := WebBrowser1.OleObject.Document.all.item('xuanze', 0); O.Checked=True; end;