views:

41

answers:

2

hi everybody! 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  A: 

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

Same problem

fantactuka
on my page there is big iframe in which user visiting other domain website. when user click button on my page i need to make screenshot of iframe contents, to do this i need full iframe html content, any ideas?
hippout
screenshot? You mean print the iframe?
fantactuka
yes, i have a program which make screenshot from html
hippout
A: 

look at this

Amit