用TWebBrowser,取出scrolltop是0,怎么办?
htmldoc:=Browser.Document as IHTMLDocument2;
Element2:=htmldoc.body as IHTMLElement2;
showmessage(inttostr(Element2.scrolltop));