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.
fantactuka
2010-08-19 10:52:21
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
2010-08-19 10:57:20
screenshot? You mean print the iframe?
fantactuka
2010-08-19 11:05:22
yes, i have a program which make screenshot from html
hippout
2010-08-19 11:14:15