Is there any way to write some simple javascript that will just read the contents of a text (.txt) file and then insert the contents? Sort of like:
var x = "
Excecpt that I want to set x to equal the actual contents of the readme.txt file.
var x = "
Excecpt that I want to set x to equal the actual contents of the readme.txt file.