1) Script Title:
Iframe SSI script II
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...messi2_dev.htm
3) Describe problem:
In the function resizeIframe(frameid), line
the attribute that is refered to, Document, causes a Permission Denied error in IE6 and IE7.Code:else if (currentfr.Document && currentfr.Document.body.scrollHeight) //ie5+ syntax
Reason: the capital D in Document!!!!
Possible solution:
change 'currentfr.Document' into 'currentfr.document'
OR !!!!!
instead of using Document, the attribute contentDocument should have been used, but that is more of a logical question....



Reply With Quote

Bookmarks