Y
yellowyellow
Unregistered / Unconfirmed
GUEST, unregistred user!
分值可另外给。。。
如和获得网页中各Frame的源代码或innerHTML
例子网站 http://aro999.com
我只能获得主页面的innerHTML,急求各Frame获得方法。
=========================
ht:=IHTMLDocument2(wb.Document);
memo1.Lines.Add(
ht.body.innerHTML);
edit1.Text:= inttostr(ht.frames.length);
for j:=0 to ht.frames.length-1 do
begin
vj:=j;
Dispatch:=ht.frames.item(vj);
FrameWindow:=IHTMLWindow2(dispatch);
如和获得网页中各Frame的源代码或innerHTML
例子网站 http://aro999.com
我只能获得主页面的innerHTML,急求各Frame获得方法。
=========================
ht:=IHTMLDocument2(wb.Document);
memo1.Lines.Add(
ht.body.innerHTML);
edit1.Text:= inttostr(ht.frames.length);
for j:=0 to ht.frames.length-1 do
begin
vj:=j;
Dispatch:=ht.frames.item(vj);
FrameWindow:=IHTMLWindow2(dispatch);