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?
You cannot get the html from an external html due to security issues.
You can get the html only from a frame located on the same domain.