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 'Fully automated, one-step sending of a URL from Safari' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Fully automated, one-step sending of a URL from Safari
Authored by: nikoad on Fri, Feb 22 2008 at 10:45AM PST
For the past few years I have been using a Java scrip, I can't recall where I got it.

Create a new bookmark and copy the following into the location.

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

Name the bookmark something like "Send Link" and put it in your Bookmark Toolbar.
Works every time.

[ # ]
Fully automated, one-step sending of a URL from Safari
Authored by: mocharaia on Fri, Feb 22 2008 at 12:29PM PST
I use this javascript as well. The best part is it works on the iphone as well.

[ # ]
In-browser methods exist, too.
Authored by: ttt on Fri, Feb 22 2008 at 12:35PM PST
You can use the same JavaScript technique with a URL redirector to do the same thing without involving Mail at all. For example, http://mu.subsume.com/ makes it pretty trivial to "send" pages to an iPhone (or someone else, like the OP wanted).

[ # ]