javascript - Accessing an iframe -
this question has answer here:
- cross domain iframe issue 2 answers
i have iframe widget inside of it. source different domain. there form on contents submission button. when clicked, page opens within iframe. question, have researched , haven't found answer, - "is there way can access button new page opens in separate window?"
thank can offer. stackoverflow rules.
you can not access iframes content domain directly.
if have control on content other domain can setup messaging system.
additional information can found here: cross-domain iframe dom properties access parent's javascript
Comments
Post a Comment