• 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: open a url in camino
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: open a url in camino


  • Subject: Re: open a url in camino
  • From: jj <email@hidden>
  • Date: Tue, 26 Oct 2004 19:11:44 +0200

REW:

tell application "Camino"
     open location "http://www.google.com";
end tell

==

tell application "Camino"
     <<event GURLGURL>> "http://www.google.com";
end tell

:

Any browser should support (in fact, any GUI browser in my system *does*)
the GURLGURL event. "open location" is a GURLGURL event encapsulated in the
standard additions. Camino does support GURLGURL. Camino is not my default
browser and the code works.

;-)


jj

> I haven't got Camino, but Firefox compiles "open location" to
>
> tell application "Firefox"
>     Get URL "http://www.google.com";
> end tell
>
> So you might want to give that a try
>
>
>
>> Från: jj <email@hidden>
>> Datum: Tue, 26 Oct 2004 14:55:07 +0200
>> Till: olli <email@hidden>, applescriptmaillist
>> <email@hidden>
>> Ämne: Re: open a url in camino
>>
>>> hi there
>>>
>>> any idea how i can open a url in camino? i tried:
>>>
>>> tell application "Camino"
>>>     open URL "http://www.google.com";
>>> end tell
>>
>> tell application "Camino"
>>     open location "http://www.google.com";
>> end tell
>>
>>
>> jj
>>
>> * Virtually any browser supports "open location", event GURLGURL.
>>
>>> but it gives me the error: "Camino got an error: URL doesn't the open
>>> message."
>>>
>>> what can i do about it?
>>>
>>> cheers, olli
>>> ?
>>>  _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Applescript-users mailing list      (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
t
>>>
>>> This email sent to email@hidden
>>
>> --
>> http://www.macscripter.net/
>> http://www.osaxen.com/
>>
>>
>>  _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Applescript-users mailing list      (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
r
>> edband.net
>>
>> This email sent to email@hidden
>
>
>  _______________________________________________
> 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

--
http://www.macscripter.net/
http://www.osaxen.com/


 _______________________________________________
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: open a url in camino
      • From: olli <email@hidden>
References: 
 >RE: open a url in camino (From: Richard Rönnbäck <email@hidden>)

  • Prev by Date: RE: open a url in camino
  • Next by Date: Re: Dice
  • Previous by thread: RE: open a url in camino
  • Next by thread: Re: open a url in camino
  • Index(es):
    • Date
    • Thread