I used a iframe to display the content from cross domain (this is used for website survey).
But the problem is I couldn’t interact with the iframe contents . There are buttons like ‘Yes’, “No” , but on clicking it nothing happens.
Is it because we are accessing cross domain and the browser prevents accessing?
What is the alternative/solution for this (jquery)?
I can decide the content to be displayed, since it is the survey. I put the questions in the survey website , and it is to be displayed in my website.
Thank you!
answer in order of the questions asked
1) yes see CORS
2) alternatives: