Re: Applescript & HTML Again...
Re: Applescript & HTML Again...
- Subject: Re: Applescript & HTML Again...
- From: "John C. Welch" <email@hidden>
- Date: Tue, 30 Mar 2004 13:05:57 -0600
On 3/30/04 11:46 AM, "Wallace, William" <email@hidden>
wrote:
>
>
Admittedly, I haven't downloaded ML and fully checked it out, but from what I
>
gather from the original announcement and from reading this thread, doesn't
>
the following make ML kind of pointless:
>
>
<HTML><HEAD>
>
<TITLE>Untitled</TITLE>
>
</HEAD>
>
<BODY BGCOLOR="#FFFFFF">
>
<A HREF="file:///BootOS9/Applications (Mac OS
>
9)/AppleScripts/AppLogger-v1.04">myScript1</a>
>
</BODY>
>
</HTML>
>
>
Works fine on my machine (G4, MacOS 9.2.2, MSIE 5.1.7).
>
>
Isn't this exactly what ML does? allow me to launch my locally stored
>
Applescripts from an HTML page loaded into my web browser? Why all the fuss?
What it won't do is let me start applications, like iCal, whereas this:
<html>
<BODY>
<a href="open:harddrivenamehere/Applications/iCal">test me</a>
</body>
</html>
Will let me open iCal or any other application that will take an open event
and and a known path...
<html>
<BODY>
<a href="open: harddrivenamehere/System/Library/CoreServices/Classic
Startup">test me</a>
</body>
</html>
Works quite well too.
john
--
"If you're not gonna pull the trigger, don't point the gun."
- James Baker
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.