L
ljx
Unregistered / Unconfirmed
GUEST, unregistred user!
//i:=Webbrowser1.OleObject.Document.Frames.Length;
//showmessage(inttostr(i));
RichEdit1.Lines.Add(webbrowser1.oleobject.document.documentelement.document.frames.item(1).document.documentelement.innerText);
我用上面这句访问Frame的网页出错:exception class EOLeException with message'Access is denied'.
我可以保证该网页有2个Frame的,而且我访问别的网页就不会出错。请问各位是怎么回事啊?
//showmessage(inttostr(i));
RichEdit1.Lines.Add(webbrowser1.oleobject.document.documentelement.document.frames.item(1).document.documentelement.innerText);
我用上面这句访问Frame的网页出错:exception class EOLeException with message'Access is denied'.
我可以保证该网页有2个Frame的,而且我访问别的网页就不会出错。请问各位是怎么回事啊?