简体   繁体   中英

Alternate for window.opener

I am trying to access javascript variable in the parent window from the child window like this.

window.opener.jsvar = 'something';

This is not working sometimes in IE 6.x But it is fine in firefox/IE 7.X

Do we have any alternative for window.opener?

As far as I know we haven't alternative for window.opener. Need to catch this bug and fix.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM