QUOTE(eriesurfer @ Dec 14 2006, 03:29 AM)

QUOTE(Christian J @ Dec 7 2006, 09:36 AM)

You might include the file's content with e.g. PHP, ASP or some other server-side program. This will also let you edit the data in various ways.
and how do i do this?
Depends on what your web host offers. With PHP you might use
http://se.php.net/function.file-get-contents (but not all web hosts may allow reading content from other domains). From there on it depends on how you want to display it, this may or may not be complicated.
You may also load the text file in an inline frame, possibly also edit it with client-side javascript from there (again I'm not sure if JS allows this from another domain).