• 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: New FireFox 1.5 browser -- applescript implementation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New FireFox 1.5 browser -- applescript implementation


  • Subject: Re: New FireFox 1.5 browser -- applescript implementation
  • From: Emile Schwarz <email@hidden>
  • Date: Sat, 05 Nov 2005 16:44:02 +0100

Hi,

the shared AppleScript (see below) does not works here. The error message is:

Erreur d'AppleScript
Erreur dans FireFox : Erreur de paramètre.

[English translation:
AppleScript Error
Error in FireFox: Parameter error.]

Shared URL: I'm trying ir right now.

Cheers,

Emile

email@hidden wrote:
Date: Sat, 05 Nov 2005 14:14:04 +0100
From: jj <email@hidden>
Subject: Re: New FireFox 1.5 browser -- applescript implementation
To: <email@hidden>, applescriptmaillist
	<email@hidden>
Message-ID: <BF926EAC.90A1%email@hidden>
Content-Type: text/plain;	charset="ISO-8859-1"


Maybe someone on this list can implement a single AppleScript command
for Firefox that would allow executing JavaScript commands. This would
open up Firefox for becoming programmable and useful to the Macintosh
users. Chance for some feedback to Firefox.


You can already do some basic things with AppleScript and Firefox. Eg:

tell application "Firefox"
    display dialog (get «class curl» of window 1)
    Get URL "javascript:void(alert(document.location.href));"
end tell

And from the Macintosh user perspective, you can do very powerful things
with Firefox extensions (even write your's one!). Just take a look here:

https://addons.mozilla.org/extensions/?application=firefox

_______________________________________________ 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
  • Follow-Ups:
    • Re: New FireFox 1.5 browser -- applescript implementation
      • From: Yvan KOENIG <email@hidden>
  • Prev by Date: Re: New FireFox 1.5 browser -- applescript implementation
  • Next by Date: Re: New FireFox 1.5 browser -- applescript implementation
  • Previous by thread: Re: New FireFox 1.5 browser -- applescript implementation
  • Next by thread: Re: New FireFox 1.5 browser -- applescript implementation
  • Index(es):
    • Date
    • Thread