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?
the jquery load function allows you to specify an element id to load
$('#result').load('ajax/test.html #container');
http://api.jquery.com/load/