Hi,

I send weather reports to various people over the internet using software
and files supplied by Davis. I would like to add data to the web page that
is on a notebook file that is sent over to the server at the same time. Can
you link a file in the same way as you can a GIF ie img src. Would
appreciate some guidence on this. The notebook file would just have a
temperature and nothing else.

Ray

Re: Adding Data to web page by Ronx

Ronx
Wed Sep 07 02:37:14 CDT 2005

If the server supports SSI (Server Side Includes) or ASP add the
following to the page where you want the data to appear:

<!-- #include virtual="/path/to/temperature.txt" -->

where temperature.txt is the text file to be included, and is in the
folder designated by /path/to (where path starts at the root of
the web site.)

The page must be named to suit the server - page.asp if ASP is
supported, or page.shtm or page.shtml otherwise.
There are also PHP and Perl solutions.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"Ray Jeffery" <rej@rpj-bexhill.demon.co.uk> wrote in message
news:dfl5ii$7os$1$8302bc10@news.demon.co.uk...
> Hi,
>
> I send weather reports to various people over the internet using
> software and files supplied by Davis. I would like to add data to
> the web page that is on a notebook file that is sent over to the
> server at the same time. Can you link a file in the same way as you
> can a GIF ie img src. Would appreciate some guidence on this. The
> notebook file would just have a temperature and nothing else.
>
> Ray
>