var
Win : IHTMLWindow2;
Document: IHTMLDocument2;
Html: IHTMLWindow2;
i : OleVariant;
begin
i:=1;
Win:=IHTMLWindow2(IHTMLDocument2(WebBrowser1.Document).frames.item(i));
Win.execScript('formcheck(event)','javascript');
end;
그런데 item(i)에서 오류가 나네요
고수님들 부탁드립니다.