Hi, I would like to know if there is a way to insert the content of an external .txt files into the <body> without coding long scripts etc. and which will also update automatically if the file has been changed.

Member Avatar for stbuchok

Something like this should do:

Script (uses jQuery)

$('body').load('path/filename.txt');

If the file changes, you will need the page to refresh in order to see the changes.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.