Say I there's mypage.html and otherpage.html
otherpage.html has some content <p>content is content</p>
I want a javascript that can fetch the content from otherpage.html and paste it in mypage.html
Is there a javascript that can accomplish this? thanks.