B
Bart Friederichs
Hi,
I have an index.html with a frameset with 2 php files. The top frame are
buttons, that refresh the lower frame or put different content in it.
Some of these pages have javascript-tabs and I keep the current tab in
an array in the parent document:
window.parent.curTab[window.location] = elNewTab;
elNewTab is the <div> element that is shown.
This works fine, with no errors in Firefox 2. However, if I try to run
it in IE7, I get 'Permission denied' errors (I installed DebugBar).
Apparently, writing the window.parent.curTab array is no problem, but
reading it is not allowed.
I tried to change the browser security settings (the site is in 'trusted
sites' now), to no avail.
Any help?
Bart Friederichs
I have an index.html with a frameset with 2 php files. The top frame are
buttons, that refresh the lower frame or put different content in it.
Some of these pages have javascript-tabs and I keep the current tab in
an array in the parent document:
window.parent.curTab[window.location] = elNewTab;
elNewTab is the <div> element that is shown.
This works fine, with no errors in Firefox 2. However, if I try to run
it in IE7, I get 'Permission denied' errors (I installed DebugBar).
Apparently, writing the window.parent.curTab array is no problem, but
reading it is not allowed.
I tried to change the browser security settings (the site is in 'trusted
sites' now), to no avail.
Any help?
Bart Friederichs