Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.4: Create link email messages in Safari via URL' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.4: Create link email messages in Safari via URL
Authored by: PeeweeJD on Tue, Aug 9 2005 at 11:03AM PDT
this is different but sort of along the same lines. I have a bookmarklet on my computer at work that I can click. When I click it, it creates a mail message to my home e-mail account with a link to the current page in the browser window and the title of the webpage as the e-mail subject.

javascript:location.href='mailto:youraddress@domain.com?SUBJECT='+document.title+%20'&BODY='+escape(location.href)

It works in any borwser that supports bookmarklets (including safari, firefox/mozilla and others). I have it installed on my bookmarks toolbar for easy/fast access.

if you want to check it out, just change the e-mail address part. search google for how to create a bookmarklet if you don't know how.


[ Reply to This | # ]