Where does the text file reside? On the client side or server side? If it's on the server, you'd load it with server-side scripting, like ASP, ColdFusion, PHP, Java Server Pages, or whatever is available. On the client side, you'll have to use IE and the FileSystemObject.
Lee