Hi,
I would like to display an element (div) of another web page, hosted on a owned sub domain..
I was planning to use iframe, but it seem that iframe only allow to grab the entire page... any ideas ?
iframe
Thanks.
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/HTML_in_XMLHttpRequest
Grab the HTML. Slice up the DOM to get the div. Add to the page.
Probably want more than just the div. Might run into cross origin issues.
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/HTML_in_XMLHttpRequest
Grab the HTML. Slice up the DOM to get the div. Add to the page.
Probably want more than just the div. Might run into cross origin issues.