So what I want to do is load only a section of one webpage onto another page. So I want to grab the content of a page (stuff inbetween a div with a certain id) without the headers and footers. I know I’ve seen this before but its, stangly, a hard thing to find.
Anyone kind enough to point me in the right direction?
thank you
You can use the jquery’s
loadmethod for that.This will load contents of element having id
containerfromtest.htmlpage into current page and inside the element with idresult.