Bill Vlahos wrote: > How can I put in a link from Revolution to open a web page in a browser > or create an email link (like a mailto)?
Check out the revGoURL common library command in the Transcript dictionary. (The script for this is in the "revCommon" library in the backScripts. You can view it by going to the Back Scripts tab in the Message Box, clicking the checkbox to show Revolution UI BackScripts, selecting button "revCommon" and clicking Edit Script.) It covers opening web pages in browsers on Mac OS, Windows and Unix, and email in MacOS. Here's a script to launch the default email client in Windows (based on a script posted by Ken Ray) put "mailto:[EMAIL PROTECTED]" into tMailTo put queryRegistry("HKEY_CLASSES_ROOT\mailto\shell\open\command\") \ into tMailApp replace quote & "%1" & quote with tMailTo in tMailApp replace "%1" with tMailTo in tMailApp open process tMailApp for neither Cheers, Michael -- Michael Fisher <[EMAIL PROTECTED]> <http://www.runrev.com/> Runtime Revolution Ltd - Power to the Developer! Tel: +44 (0)131 718 4333 Fax: +44 (0)1639 830 707
