Can I insert hyperlinks from Safari window?

R

Royce Herndon

Can I have ³Message; Insert; Hyperlink² lead to Safari instead of Explorer?
Titanium G4; OS 10.2.6; Office X; Safari 1.0 (v85)

Thanks,
Royce
 
D

Dave Cortright

No but if you use the following as a favorite in Safari, it will insert the
current page into a new e-mail message:

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

Diane Ross

No but if you use the following as a favorite in Safari, it will insert the
current page into a new e-mail message:

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

If you want to insert in a message that is already open, check out the
script 'Insert Safari URLs' at


<http://files.macscripter.net/scriptbuilders/Safari/Insert_Safari_URLs.sit>.


This script is used to insert URLs of pages open in Apple's Safari web
browser into mail & news messages in Microsoft Entourage
..
 
Top