A friend of mine just showed me her tip to mail URL with just a single click. IMO, it is much easier than to drag the url to Mail.app. I couldn't help but to share it.
Here's How-to:
#1. Create a dummy bookmark in Bookmarks Bar
#2. Rename it "Mail URL" or anything short
#3. Change the address to
javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(location.href)
And now each time you want to mail those interesting sites, you just click on the bookmark bar. Cool, isn't it?
Here's How-to:
#1. Create a dummy bookmark in Bookmarks Bar
#2. Rename it "Mail URL" or anything short
#3. Change the address to
javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(location.href)
And now each time you want to mail those interesting sites, you just click on the bookmark bar. Cool, isn't it?