Re: Send Apple Event from Browser to App on Client Mac
Re: Send Apple Event from Browser to App on Client Mac
- Subject: Re: Send Apple Event from Browser to App on Client Mac
- From: Bryan <email@hidden>
- Date: Fri, 07 Dec 2001 08:39:39 -0500
- Organization: Apex Radiology
yes, to trigger apps on a remote machine use:
set theURL to "eppc://username:email@hidden"
try
tell application "Finder" of machine theURL
activate
end tell
end try
Bryan Kaufman
Markus Schutt wrote:
>
I am trying to send an Apple Event or executing an
>
Apple Script, when the user hits a button on a
>
webpage.
>
The Apple Event should be sent to an Application on
>
the clients macintosh or the Apple Script sends an
>
Apple Events to an Application.
>
>
Is it possible to trigger the execution of an Apple
>
Script on a clients machine ?
>
>
Cheers, MArkus
>
Send your FREE holiday greetings online!
>
http://greetings.yahoo.com
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users