G
Guest
I need to download an rss feed on a regular basis that is embedded only in
javascript (external website) and store it on my webserver's hard drive
someplace. The code goes like this:
<script language="javascript" type="text/javascript"
src="http://www.feedroll.com/rssviewer/v...ign=left&feed_textsize=12&feed_textfont=Times
New Roman,
serif&feed_maxitems=15&feed_desclimit=&feed_compact=1&feed_xmlbutton=0&link_openblank=1"></script>
How do I get my webserver to automatically download that output into a file
that I can then refer to in another piece of code at a later date? (I intend
to try and get the file downloaded on a rolling basis throughout the day
without having to download the output myself).
Any ideas how this can be done? Someone mentioned a little while ago that I
could put the "code" in a vbscript file and fire it on a schedule within
windows, but I've been scratching my head how to get the http data streaming
back into something resembling an include file! (I'm a newbie at vbscript).
Thanks for any help.
javascript (external website) and store it on my webserver's hard drive
someplace. The code goes like this:
<script language="javascript" type="text/javascript"
src="http://www.feedroll.com/rssviewer/v...ign=left&feed_textsize=12&feed_textfont=Times
New Roman,
serif&feed_maxitems=15&feed_desclimit=&feed_compact=1&feed_xmlbutton=0&link_openblank=1"></script>
How do I get my webserver to automatically download that output into a file
that I can then refer to in another piece of code at a later date? (I intend
to try and get the file downloaded on a rolling basis throughout the day
without having to download the output myself).
Any ideas how this can be done? Someone mentioned a little while ago that I
could put the "code" in a vbscript file and fire it on a schedule within
windows, but I've been scratching my head how to get the http data streaming
back into something resembling an include file! (I'm a newbie at vbscript).
Thanks for any help.