Recently, yoy wrote: > The current state of my revolution program is available for inspection at > http://mywebpages.comcast.net/foxcat/OmniLotto.rev
Before anyone starts complaining that they're just seeing the stack code in their Web browser, the stack can be accessed directly via the Rev message box: go stack url "http://mywebpages.comcast.net/foxcat/OmniLotto.rev" That being said, when you run across a Web link somewhere which you want to download instead of opening in the browser, here's a little trick you can use. Open your favorite text editor and type the following, substituting the link's address for the dummy string: <html> <body> <a href="address_to_the_link_in_quotes.xyz">link</a> </body> </html> Save this text file as "link.htm" on your desktop and open it in your favorite browser. You should now be able to download the file as needed by control-clicking or option-clicking the link. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design Email: [EMAIL PROTECTED] Web: www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
