I have a website, lets call it abc.com. I need to automatically retrieve text from another page called static.abc.com/pluginchangelog.txt and display the text at the top of that page on abc.com/plugin.
I'm new to Javascript. I've searched and searched, but I haven't been able to find a definitive answer. I found this page, Javascript access another webpage, but I'm not sure how to implement this for the use that I need. Even if I could figure that part out, I don't know how to insert that text into the HTML of the page.
I would appreciate any guidance!