I\'m trying to get innerHTML of a DIV that is located on external page. It is possible to do this using this kind javascript code?
It's possible to do what you wish, but I would say you have to retrieve the external HTML file using XMLHttpRequest first.