I Need Help With A Dynamic Web Page 
Author Message
 I Need Help With A Dynamic Web Page

Dynamic Web Pages
I am helping a friend that is building a web page and he wants to include some
weather condition information that is available from several local airport web
sites (ex: http://www.*-*-*.com/ ).  He would
like to collect some data from several sites and dynamically display them in a
table format on his page.  The data I'm interested in getting is Wind, Dew
Point, Visibility, Relative Humidity, Sky conditions, Pressure (altimeter) and
Temperature.

I contacted the web master for these sites and have found out that the data i'm
looking for is available in a text format that i can download (ex:
http://www.*-*-*.com/ ).  Is it
possible to have a web page that would dynamically collect this information and
display it on the page?  If so, what is the best way to make this happen?

I would appreciate any help you can give me.  

Regards,

Chuck Pryor



Sun, 15 Jul 2001 03:00:00 GMT  
 I Need Help With A Dynamic Web Page
Chuck,

I know this is possible, but I don't know how. One of my friends was the
webmaster for a local paper and he got the info from another web page and
through Cold Fusion he was able to put their data on the newspaper site, and
whenever they updated, his did so automatically.

Ed



Sun, 15 Jul 2001 03:00:00 GMT  
 I Need Help With A Dynamic Web Page
what exactly you means ?

first you can find a solution in html with a frameset: set the target of the frame
for data to your source-url.

the other way is to use the winet.dll with it's http functions (described in
several technical articles on the msdn) which is not quite difficult if you know
what a dll is (or you ever made a declare statement) and download the textdata,
parse in your module and integrate it into your dhtml (html) page.

that's it.
yours,
mot

the next days, my winet-application is ready an perhaps i'll offer some source in
this newsgroup, because there some questions about these functions.

good luck to you and your friend!

Quote:

> Dynamic Web Pages
> I am helping a friend that is building a web page and he wants to include some
> weather condition information that is available from several local airport web
> sites (ex: http://tgsv7.nws.noaa.gov/weather/current/KDAL.html ).  He would
> like to collect some data from several sites and dynamically display them in a
> table format on his page.  The data I'm interested in getting is Wind, Dew
> Point, Visibility, Relative Humidity, Sky conditions, Pressure (altimeter) and
> Temperature.

> I contacted the web master for these sites and have found out that the data i'm
> looking for is available in a text format that i can download (ex:
> http://weather.noaa.gov/pub/data/observations/metar/decoded/KDAL.TXT ).  Is it
> possible to have a web page that would dynamically collect this information and
> display it on the page?  If so, what is the best way to make this happen?

> I would appreciate any help you can give me.

> Regards,

> Chuck Pryor




Mon, 16 Jul 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Dynamic page help needed.

2. Making a Dynamic Web Page From an Application Created in VB 5.0

3. Dynamic Web Page Creation

4. Make Access database a dynamic web page

5. Opening Web Pages in Outlook using VBA-Help Needed

6. Opening Web Pages in Outlook using VBA-Help Needed

7. Need help with open web page

8. Help needed: Downloading web page source

9. Need to determine web page status PLEASE HELP

10. Need help: How can I set z-order of the custom ocx on Web Page

11. Need help with vb and web page generation

12. Please need help!!!Printing web page

 

 
Powered by phpBB® Forum Software