• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: IS: How to Script Firefox/Moxilla to send eMail --WAS: Re: Mozilla/Firefox Suggestion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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 16:12:40 -0600

Title: Re: IS: How to Script Firefox/Moxilla to send eMail --WAS: Re: Mozilla/Firefox Suggestion
(as if you haven't had enough already) By request, this version looks to make sure there is selected text and formats appropriately.

set theFormatting to "rt=escape(\"\\r\");qt=\"''\";"
set theSelection to "x=getSelection();if(x)x=\"QUOTE: \"+qt+x+qt+rt+rt;"
set theTitle to "y=document.title;"
set theURL to "z=escape(\"<\"+location.href+\">\");"
set theEmail to "location.href=''+y+'&BODY='+x+y+rt+z"
tell application "Firefox" to Get URL "_javascript_:" & theFormatting & theSelection & theTitle & theURL & 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

References: 
 >Re: IS: How to Script Firefox/Moxilla to send eMail --WAS: Re: Mozilla/Firefox Suggestion (From: Johnny AppleScript <email@hidden>)

  • Prev by Date: Re: IS: How to Script Firefox/Moxilla to send eMail --WAS: Re: Mozilla/Firefox Suggestion
  • Next by Date: [Admin] Re: Real cool device
  • Previous by thread: Re: IS: How to Script Firefox/Moxilla to send eMail --WAS: Re: Mozilla/Firefox Suggestion
  • Next by thread: Re: Mozilla/Firefox Suggestion
  • Index(es):
    • Date
    • Thread