
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