On or near 6/29/2003 5:22 PM, Scott Haneda at [EMAIL PROTECTED] observed:
> 
> have you noticed this clears your sig line, any way to prevent that, aside
> from embedding my whole sig in the code?

Since the javascript is setting the body of the message to the URL, and the
sig is part of the body, there's really no way other than what you suggest.
'Fraid you'll have to use the pulldown Sig menu to insert it...

You might try adding a very short sig, like "<return>-- <return>Scott", to
cover the cases when you forget to add a proper one. Using "Allen" for
myself, I found this worked:

javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+'%3C'+es
cape(location.href)+'%3E%5Cr--%20%5CrAllen'

The escape code for "return" in javascript is "\r", but the back-slash has
to be encoded for use in the URL; thus "%5Cr" represents a carriage return.

Unfortunately, Entourage does not seem to recognize that this is a
signature. If you select an alternate sig from the menu, it gets appended to
the placeholder sig inserted by the script. Perhaps you would want to add
even more text to the script to make a full sig, so you do not have to use
the menu. You should be able to figure out how to do this. You'll have to
type in the code for the returns, although you can type "\r" if you want;
Safari automagically translates non-alphanumeric characters into the
appropriate "%" codes when you close the bookmark, thus "compiling" the
javascript.
-- 
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site:
<http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
 <http://members.thinkaccess.net/[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>


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