Re: Applescript handler for URL helper application?
Re: Applescript handler for URL helper application?
- Subject: Re: Applescript handler for URL helper application?
- From: Bruce Lacey <email@hidden>
- Date: Mon, 28 May 2001 13:17:49 -0700
on 5/28/01 11:37 AM, Paul F. Henegan at email@hidden wrote:
>
on 27.05.2001 15:54, Bruce Lacey at email@hidden wrote:
>
>
> I need to write a script that will serve as a URL helper application for FTP
>
> to record download requests prior to processing the download. My plan is to
>
> trap the event, record the URL request information to a log file and then
>
> delegate the event to my ftp application.
>
>
Hi Bruce,
>
>
Maybe
>
<<event sysogurl>> URLtoBeOpened--<< for opt-\ >> for opt--shift-\
>
is what you're looking for?
Paul:
Thanks for the tip but even that did not work. My test script is:
On <<event sysogurl>> URLtoBeOpened
display dialog "Inside sysogurl"
End <<event sysogurl>>
I set the Internet Control panel to invoke it as the FTP helper application.
The script runs and quits. The script is invoked but the handler is not? Am
I missing something?
Is there some debug script that I can write to detect the event that I need
to handle?
Thanks again for your help.
Bruce