Hello P2P,
I have a frameset page that has two frames, one of which periodically refreshes the other using
JS. The frame that I refresh is on a remote server. In the frame that has the code that refreshes the other:
function refreshOtherFrame()
{
parent.frames.myOtherFrame.location.reload();
}
According to this page...
http://msdn.microsoft.com/workshop/a...g_security.asp
...I shouldn't be getting Permission Denied because I'm not reading the URL of the other frame, just resetting it.
But I am getting Permission Denied anyway.
The strange thing is, this script works in Firefox, but IE's "security" seems to think I'm accessing another part of the DOM other than the locaiton, when I'm really just calling a method.
Is there a way around this?
Thanks,
-Snib
Where will you be in 100 years?
Try new FreshView 0.2!
There are only two stupid questions: the one you
can't find the answer to and
don't ask, and the one that you
can find the answer and
do ask.