开发者

window.open send parametrs

开发者 https://www.devze.com 2023-03-24 04:01 出处:网络
How I can send the result of a win开发者_运维问答dow.open page to a parent page? I mean, do inverse this link:

How I can send the result of a win开发者_运维问答dow.open page to a parent page?

I mean, do inverse this link:

http://stackoverflow.com/questions/564980/javascript-form-select-element-open-url-in-new-window-and-submit-form


Use the window.opener object, which is a reference to the global window object of the parent page.

0

精彩评论

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