简体   繁体   中英

How to redirect page after reload in javascript?

I have some pending requests in iframe , when I'm try to use assign or location.href doesn't work, so I need to location.reload(true) then assign or location.href .

How can I do this in javascript?

window.parent.location.reload()

重新加载iframe父页面的此功能可能对您有用

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