iframe content from javascript

2019-01-20 15:23发布

问题:

i need to get iframe content in javascript or jquery, but main problem is that iframe src is other domain web site, how can i do it?

回答1:

You can't access to the iframe if it hosted in another domain because of security. Just forget about it.

Same problem