Re: open a url in camino
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