子窗口调用父窗口的js问题
我在子窗口中想调用父窗口中的元素,$("#objid", parent.document).empty();
FF下面没问题,可是IE下报访问拒绝,谷歌报Unsafe JavaScript attempt to access frame with URL http://localhost:8080/ from frame with URL http://localhost:8080/xsw/indexcz/index_gmcard.jsp. Domains, protocols and ports must match.
请问这个问题怎么解决?