-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Look up the linkClicked message in the docs. You can use the put URL syntax to get the text file(s) from the web server. A quick untested example:
on linkClicked theTarget
put URL ("http://myserver.com/files/" & theTarget) into myVar
put word 8 of item 2 of of line 3 of myVar into field "Parsed Data"
end linkClicked
On Mar 21, 2005, at 4:48 AM, Varen Swaab wrote:
Hello, I have a question about html links in text areas.
I have an html page loaded into a text field and I'd like to make the links in the web page, when clicked, grab a text file from the web server to be parsed. I searched for info on this in the docs but didn't see it, does anyone know if any examples of this that might be floating around? Or, better yet, does anyone know how I might do this?
Thanks.
Var
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
- ----------------------------------------------------------- Frank D. Engel, Jr. <[EMAIL PROTECTED]>
$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep "John 3:16"
John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.
$
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFCQDDE7aqtWrR9cZoRAo90AJ9VI6u18C5WmQcQKxlEIEYO1suUhgCgjSO3 ah20WXO60SW4qEgqFxqEymQ= =566C -----END PGP SIGNATURE-----
___________________________________________________________ $0 Web Hosting with up to 120MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
