|
|
|
cannot access document from frame window when frame target is top
Thu, 3 Mar 2005 12:55:02 -0800
I am trying to scan the text of web pages. When I have an instance similar to
the html below, I get an E_ACCESSDENIED error when I try to get the document
from the frame.
Code snippets as follows (I do check the return values and they are ok until
the last statement):
pFramesCol->item(&vFrame, &ret);
r ...
|
redirect
Thu, 3 Mar 2005 12:41:04 -0800
Is there a way of telling if there has been a redirect other than comparing
urls from beforenavigate2 event and the document complete event ? It does not
appear that a redirect triggers the onbeforenavigate2 event again. ...
|
|
|