hi im fairly new a t javascript and i was wondering if its possible and if it is how to read text from a textfile uploaded to the internet for example
if i want to read text from file at http://nategames00.tripod.com/games.txt
var text = //how i load the text here
document.writeln(text)
also if loading text from a file is possible id' like to know if its possible to just load parts at a time.
thanks for your help
