Possible Duplicate:
Get DOM content of cross-domain iframe
I want to get know how I can get data from other websites/other domain name in javascript. I see many posts that's say it's impossible but I don't think it's impossible there is should some way that I am not able to find out! Is it possible to get data from Iframe or direct and set it to div and other element? Let me know. Note: Content/data are coming from another page. For example, my site is abc.com
and gets data from xyz.com
.