开发者

touching window from inside of frameset

开发者 https://www.devze.com 2023-02-28 04:24 出处:网络
The server provide me a frameset to code into. so I don\'t have access to main window开发者_如何学Python object. Is there anyway to touch window.history?

The server provide me a frameset to code into. so I don't have access to main window开发者_如何学Python object. Is there anyway to touch window.history? I want to use window.history.pushState, thanks


The Same Origin Policy applies. Did you try parent.history

0

精彩评论

暂无评论...
验证码 换一张
取 消