Re: IS: How to Script Firefox/Moxilla to send eMail --WAS: Re: Mozilla/Firefox Suggestion
Re: IS: How to Script Firefox/Moxilla to send eMail --WAS: Re: Mozilla/Firefox Suggestion
- Subject: Re: IS: How to Script Firefox/Moxilla to send eMail --WAS: Re: Mozilla/Firefox Suggestion
- From: Johnny AppleScript <email@hidden>
- Date: Thu, 14 Oct 2004 15:37:50 -0600
Title: Re: IS: How to Script Firefox/Moxilla to send eMail --WAS: Re: Mozilla/Firefox Suggestion
Whoops! Typo on line 5; sorry; corrected:
set theSelection to "x=getSelection();"
set theTitle to "y=document.title;"
set theURL to "z='<'+escape(location.href)+'>';"
set theFormatting to "rt=escape(\"\\r\");qt=\"''\";"
set theEmail to "location.href=''+y+'&BODY='+qt+x+qt+rt+rt+y+rt+z"
tell application "Firefox" to Get URL "_javascript_:" & theSelection & theTitle & theURL & theFormatting & theEmail inside front window
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden