Repeat for each loop assistance, please. Additional URL.
Scott Rossi
scott at tactilemedia.com
Sun Aug 3 00:19:01 EDT 2003
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: scott at tactilemedia.com
Web: www.tactilemedia.com
More information about the use-livecode
mailing list