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


Click here to return to the '10.4: Send Safari link via Mail and drag-and-drop' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Send Safari link via Mail and drag-and-drop
Authored by: Mr Clicky on May 12, '05 07:11:50AM
Orrrrrrr, you could simply save this simple Javascipt in your favourites bar as a bookmark entitled 'email link' and then it's only one click to email the URL to anyone

javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(location.href)

One (1) click?? I think I win!!!

[ Reply to This | # ]
You can customize it to fill in the name.
Authored by: jscarry on May 12, '05 03:47:21PM

after the mailto: put the e-mail address.
eg.
javascript:location.href='mailto:someone@example.com?SUBJECT='+document.title+'&BODY='+escape(location.href)

I only forward links to a few people so I have a folder in my menu bar that has all several of these scripts.



[ Reply to This | # ]