I m trying to use this jQuery postMessage plugin to pass messages between a couple of windows. While it s working great under FF/Chrome, it just doesn t seem to work under IE8 nor IE9. The line I m using is:
$.postMessage( hello world , opener.location.toString(), opener);
In IE8, I get the following error message:
No such interface supported
jquery.ba-postmessage.js
Code: 0
line: 112
char: 7
我确实能够指出我错做什么。 我注意到这一图书馆已经过时(尽管它确实说它正在研究第8号电子文件),因此,我试图下载据说它正在从事的工作的jquery-1.3.2,而且它依然没有工作。
关于如何解决这一问题的任何建议(或可能的话提及其他有能力的交叉浏览器图书馆)都将受到高度赞赏。