Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'And here's one for Entourage:' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
And here's one for Entourage:
Authored by: Fofer on Mar 22, '03 12:11:37AM

tell application "Safari"
set t to name of window 1
set s to URL of document 1
set u to the clipboard
end tell

tell application "Microsoft Entourage"
activate
set newTask to make new outgoing message with properties {name:t, content:s & return & return & u}
open newTask
end tell
end


-----


This will create an email with the Title of the web page, and paste in it's URL as well as whatever's in your clipboard. (A choice snippet from the page your referring to, perhaps?)



[ Reply to This | # ]
Help! re: And here's one for Entourage:
Authored by: Brian Purnell on Mar 25, '03 10:06:43PM

Thanks, it's a great script, only:

Script Editor reports I don't need the last "end". Is this correct?

Also after running is there a way to bring me back into Entourage "To" box? As it is I end up in some limbo and have to click on the Entourage "To" box to have it active and enter an address. Is there a way to solve this?

Thanks for any help, thanks Fofer for writing the script in the first place.



[ Reply to This | # ]