Forum Moderators: open
Unfortunately there is no mechanism in HTML for including text files like you would an image.
You can however use something like:
document.getElementById('mydiv').innerHTML='<iframe src="file.txt"></iframe>'; Andrew
[edited by: Little_G at 10:12 pm (utc) on Sep. 19, 2006]