Kirk McElhearn at [EMAIL PROTECTED] wrote: > Does anyone know of a script that can do this? I'd like to start with text > selected in a Safari window, and create a new note in Entourage, if possible > with the URL in the note.
I wanted the same thing and stumbled around the 'net until I found the following JavaScript that can create emails that contain the URL of the current page location in the email body. javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(l ocation.href) To use it, create a new bookmark and paste the script into the "Address" field. I named the book mark "Email link" and then put it on the Bookmarks bar. When I want to send a web page link via email, I just click the Bookmark button. I don't know if it can be altered to include the selected text of the page or not. Scripting R Not Us. :) Dan Dixon -- 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/>
