Re: How to intergrate Applescript in HTML ???
Re: How to intergrate Applescript in HTML ???
- Subject: Re: How to intergrate Applescript in HTML ???
- From: Richard 23 <email@hidden>
- Date: Tue, 2 Mar 2004 09:54:43 -0800
Sebastian said:
>
Hello,
>
>
i would like to intergrate an Applescript into
>
HTML-Code.... How can I do ??
Walter Ian Kaye:
>
Integrate how? Like the way Apple Help does it...
Apple Help? "Icky"
If I get your meaning, you're not alone. But I dunno.
It should be as simple as
<script type="text/applescript" src="asif.ascr"></script>
but would require a plugin to execute the script using the
OSA Manager. I tried writing a plugin to do this and was
partially successful but was using an old Netscape 4.x SDK
which was not able to work in other browsers.
At the time I couldn't locate an SDK that implemented more
general plugin code. It must exist since I have browser
plugins that work in several applications.
Maybe someone could point me in the right direction?
This would be useful even if just for offline use (due to
the potential security risks posed by running scripts that
have access to your system).
I don't suppose you meant simply including formatted
AppleScript code in html documents. I wrote a script some
time back that can convert styled text into html and css
that I used to display scripts on my deceased website.
Of course you may also mean processing html with AppleScript.
Hmm, what was the question again? I forgot.
R23
_______________________________________________
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.