On Thursday, June 26, 2003, at 09:03 PM, Gregory Chan wrote:


Hi all,

Got this useful tip from a website but forgot which...

Lack of a "Mail" button solution Jack Kuiper suggests this innovative tip for
adding a "Mail To" button to Safari's main browser window - this small piece
of JavaScript. Just select the following text, and drag it to your bookmark
bar, and a new e-mail message will be created by your default e-mail client
when the bookmark is clicked.


javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+es cape(loc
ation.href)

Can anyone edit the javascript code to enclose the URL between these symbols
< > ?



javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY=%3C'+e scape(location.href)+'%3E'


--
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/>


Reply via email to