Can scripts in iframe interact with scripts in the main page

前端 未结 5 2018
遥遥无期
遥遥无期 2021-01-13 06:03

I have an editor with an SWF multi-image uploader. Since not everyone will need to upload pictures in their article, i need to dynamically load this image uploader when nece

5条回答
  •  不知归路
    2021-01-13 07:00

    To extend Andy's answer Can scripts in iframe interact with scripts in the main page :

    Use jQuery.postMessage plugin http://benalman.com/code/projects/jquery-postmessage/docs/files/jquery-ba-postmessage-js.html

    Browsers Tested Internet Explorer 6-8, Firefox 3, Safari 3-4, Chrome, Opera 9.

提交回复
热议问题