if i am reading you question right, you want to take the contents of a text file and make it appear in a webpage.
add this where you want your text to appear:
then rename your page to whatever.php if you server dosnt support php there is a way to do it with java but it is late and i dont remember, soemone else help please.
function load(textbox) { fsO = new ActiveXObject("Scripting.FileSystemObject"); Text = fsO.OpenTextFile(notefile,1); textbox.innerHTML = Text.ReadAll(); Text.Close(); }
textbox being a [span][/span]
could explain more but I'm tired, that will get you started
if there is nothing speacial about the textfile - you could just copy the whole thing into your page(text file page seem to take longer to load on my cpu anyway)
.compo yeah it makes no sense to you, but to me... no wait...well maybe...damn [ .peace ]