Что то не получается
Код:
<input type="checkbox" value="1" id="cb_rules_agree" name="agree"/>
пробую так.
Код:
if (ElementCollection.item(i, 0) as IHTMLInputElement).type_='checkbox' then
if (ElementCollection.item(i, 0) as IHTMLInputElement).value='1' then
(ElementCollection.item(i, 0) as IHTMLInputElement).checked:=True;
а как сделать с выпадающим списком?