D
dreamese
Unregistered / Unconfirmed
GUEST, unregistred user!
这个页面有两个frame组成的
偶的代码如下
If Webbrowser2.OleObject.Document.Frames.Length <> 0 Then
Begin
//walk through all frames and get the url
//to the Listbox
For i := 0 To Webbrowser2.OleObject.Document.Frames.Length - 1 Do
Begin
Memo1.Lines.Add(Webbrowser2.OleObject.Document.Frames.item(i).Document.URL);
End;
End;
对于第一个frame,可以正常操作的
但是对第二个frame,就提示"Project Project1.exe raised exception class EoleException with message'拒绝访问。',
Process stopped,use step or run to continue.".
这是怎么搞的呀,偶明明有两个frame,而且frames.length显示也是2的
救命呀
偶的代码如下
If Webbrowser2.OleObject.Document.Frames.Length <> 0 Then
Begin
//walk through all frames and get the url
//to the Listbox
For i := 0 To Webbrowser2.OleObject.Document.Frames.Length - 1 Do
Begin
Memo1.Lines.Add(Webbrowser2.OleObject.Document.Frames.item(i).Document.URL);
End;
End;
对于第一个frame,可以正常操作的
但是对第二个frame,就提示"Project Project1.exe raised exception class EoleException with message'拒绝访问。',
Process stopped,use step or run to continue.".
这是怎么搞的呀,偶明明有两个frame,而且frames.length显示也是2的
救命呀