On 4/3/03 10:29 AM, "Allen Watson" <[EMAIL PROTECTED]> wrote:
> If you have your cursor located in an editable window, this script will > insert the URL of the front window in Safari into the Entourage window. > > tell application "Safari" > set theURl to URL of document 1 > end tell > tell application "Microsoft Entourage" to set the selection to theURl You can also download Barry Wainwright's free " Insert Safari URLs " script if you are not comfortable with scripts. http://www.applescriptcentral.com/ftpinwin.php?id=364 If you want to learn how to copy scripts and some basics see: <http://www.entourage.mvps.org/help/script.html> -- Diane Ross MVP Entourage (MVPs are volunteers) Entourage Help Page <http://www.entourage.mvps.org/> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
