From: Clarence Verge <[EMAIL PROTECTED]>
...I can just open the URL of the image I'm interested in. Such as:
http://ichart.yahoo.com/w?s=nnc.to
I can make up the URLs easily myself. It would be simple to type GETTHEM
<enter> and go up the street to get a coffee and donut, knowing I would
have 25 or so .gifs waiting for me when I get back.
Michael, would it be possible sometime to allow us to create a text file of
sequential URLs and you would provide the means to download each and write
each to an individual and recognizable file ? - as a batch operation ?
Likewise, with DOS I could type PRINTHEM <enter> and go to a movie. <G>
----
There may be a simple solution. You could make an HTML template:
<HTML>
<BODY>
<IMG SRC="http://ichart.yahoo.com/w?s=nnc.to"> <BR>
<IMG SRC="http://ichart.yahoo.com/w?s=xxx.to"> <BR>
<IMG SRC="http://ichart.yahoo.com/w?s=yyy.to"> <BR>
<IMG SRC="http://ichart.yahoo.com/w?s=zzz.to"> <BR>
</BODY>
</HTML>
Put as many IMGs as you have graphs to dowload. 250 if you like (there may
be some memory problems). Send that to download, go have a donut, you'll
have one long web page with all your images in when you get back. Send it
to print, go to the movie, your graphs print all in one go. It will work
in all browsers.
Charles