Cross domain iframe resizer using postMessage
问题 I've read all the cross domain iframe posts here (my thanks to all of you!) and elsewhere. The postMessage script at cross-domain iframe resizer? works beautifully in Firefox 5 and up. It resizes the iframe every time a page is clicked within the iframe perfectly. But it doesn't resize at all in IE (7 8 or 9) on my computer. I checked the security settings and the one in IE for access across domains was checked to enable. Does postMessage not work in IE? - Or is there something else that