在 IHTMLDocument2 中如何使用 Frame ?(100分)

  • 主题发起人 主题发起人 lxggc
  • 开始时间 开始时间
L

lxggc

Unregistered / Unconfirmed
GUEST, unregistred user!
我想对一个 IE 窗口中包含的 Frame 进行分析,但一直无法取得 Frame 的接口,IHtmlDocument2 中提供的 Frames 的类型只是 OleVariant 而不是 IDisptch,如何才能实现对 frame 的存取,请高手赐教! 急!
 
mshtml.pas中有下面几行,请看:
IHTMLDocument2 = interface(IHTMLDocument)
property frames: IHTMLFramesCollection2 read Get_frames;

IHTMLFramesCollection2 = interface(IDispatch)
IHTMLWindow2 = interface(IHTMLFramesCollection2)
看明白没?
 
http://www.delphibbs.com/delphibbs/dispq.asp?lid=1703135
 
谢了。问题已解决
 
后退
顶部