Glad you got it sorted out :o)
As for my comment, just ignore me.... I assumed something from;
************************
<title>Reading Text Files</title>
</head>
<body>
<b>An Example of reading a .txt file and hopefully adding some
formatting.</b>
************************
and obviously shouldn't have..... (I do that occasionally)
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"bt" <bt@.com> wrote in message
news:vh8jd0lcdhqsvao624iedoalmkq3vkdu4s@4ax.com...[color=blue]
> Many thanks, it worked like a charm.
>
> I think that I figured out what was wrong with my 'version'. I copied
> it from a book that I'm working thru, but the book assumes that one is
> working with a local PWS/IIS, not a remote internet host. Does that
> explain my original problem?
>
> I must admit that I haven't yet got a firm grasp of this stuff. I've
> done a bit HTML and JavaScript over the years, but ASP is all new to
> me. Since most of the references I've used refer to local PWS/IIS
> instead of a remote internet host, it's been even more difficult. I
> have posted a separate request for an 'ASP book recommendation' and
> got some good ideas to pursue.
>
> Again, thanks for the info. By the way, I didn't follow your comment
> about my 'offering advise to others.' I'm sure not intending to do
> that and I'm not sure how I gave that appearance.
>
> cheers, BDT
>
>
> On Tue, 22 Jun 2004 19:05:05 +0100, "Steven Burn" <pvt@noyb.com>
> wrote:
>[color=green]
> >Change;
> >
> >set TFStream=tfile.OpenTextFile("newText.txt")
> >
> >to
> >
> >set TFStream=tfile.OpenTextFile(Server.MapPath("newTex t.txt"))
> >
> >Btw, unless I'm mistaken (and no offence intended), shouldn't you already
> >know this if your offering advice to others that do not?[/color]
>[/color]