Hi Jan, can you post an example of the ftp weather text file for us to look
at? If its just a simple forecast you can easily build an ASP or PHP page
with a case statement to decide what to display in the page.

Ie

<%
  Dim weather

  'read the file with fso the get the txt for a key word eg weather = Fine 

   Select Case weather
         Case "Fine"   weather = "<img src='/fine.gif'>"
         Case "Hot"    weather = "<img src='/Hot.gif'>"
         Case "Cold"   weather = "<img src='/Cold.gif'>"
   End Select

  'in the page

Response.Write weather

%>


Regards

Stephen


-----Original Message-----
From: Jan [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 29 May 2004 7:32 a.m.
To: [EMAIL PROTECTED]
Subject: [wdvltalk] Weather Forecast updates to html

Hi list

I have a client that receives codes from the weather forecast office by 
ftp. Each code is assigned to a certain .gif image and text description. 
Using those codes, I will need to update the HTML page with the weather 
forecast. The update code can be in Perl or any other language.

That is all the information I have right now. I have never tried 
something like this before, and know that I will have to download a lot 
of software (meteor script, etc.) just to be able to check it out. I 
don't know if it will be easy or difficult, so I'm wondering if anyone 
on this knows what will be involved and can advise if it's too much 
work, or any other advice regarding this task.

jan


____  The WDVL Discussion List from WDVL.COM  ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the
words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.




____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to