C
codefragment
Hi
We have a website that has just had some SSL changes made to it.
Specifically the iframe src was changed to 'javascript:new String("")'
as about:blank prompts a message about "mixed content on pages'
Now we get a message "Access is denied" when accessing anything in an
iframe using
TopDocument().frames["iframe_theID']
TopDocument() is top.window.document (I think its the equivilent)
This is in IE6, this same code works in IE7. This is also only off one
machine, when installed on another machine it seems to work. Begs the
question what happens when it goes to customers (yes, some still have
IE6)
Any ideas?
We have a website that has just had some SSL changes made to it.
Specifically the iframe src was changed to 'javascript:new String("")'
as about:blank prompts a message about "mixed content on pages'
Now we get a message "Access is denied" when accessing anything in an
iframe using
TopDocument().frames["iframe_theID']
TopDocument() is top.window.document (I think its the equivilent)
This is in IE6, this same code works in IE7. This is also only off one
machine, when installed on another machine it seems to work. Begs the
question what happens when it goes to customers (yes, some still have
IE6)
Any ideas?