V
vrushali.v.patil
Hi,
I am using an iframe, the contents of the iframe run on the same domain
but on a different port number. I need to use cross-frame scripting
because the iframe resizes itself at the time of onload based on the
contents in the document.
Until a few days ago I was using the document.domain solution to take
care of the permissions denied
problems(http://www.mozilla.org/projects/security/components/same-origin.html).
Now suddenly the code has stopped working. When I use document.domain,
I get Access denied.
I found http://support.microsoft.com/default.aspx?scid=kb;en-us;889407
on the microsoft website. But their workaround is only going to fix my
machine not the customers who access our site.
Does anyone have any other workarounds?
Thanks
Vrushali
I am using an iframe, the contents of the iframe run on the same domain
but on a different port number. I need to use cross-frame scripting
because the iframe resizes itself at the time of onload based on the
contents in the document.
Until a few days ago I was using the document.domain solution to take
care of the permissions denied
problems(http://www.mozilla.org/projects/security/components/same-origin.html).
Now suddenly the code has stopped working. When I use document.domain,
I get Access denied.
I found http://support.microsoft.com/default.aspx?scid=kb;en-us;889407
on the microsoft website. But their workaround is only going to fix my
machine not the customers who access our site.
Does anyone have any other workarounds?
Thanks
Vrushali