开发者

javascript pass data from parent to iframe

开发者 https://www.devze.com 2023-04-03 16:19 出处:网络
how can i pass my data to iframe? some solution i found on the internet uses form having开发者_运维技巧 the iframe as it\'s target, but it is not applicable on my case. I need to pass large javascript

how can i pass my data to iframe? some solution i found on the internet uses form having开发者_运维技巧 the iframe as it's target, but it is not applicable on my case. I need to pass large javascript variable to a form in iframe.


Have you tried parent.your_var


contentWindow.parent.myVariable
0

精彩评论

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