Re: HTML or JavaScript Input to AppleScript
Re: HTML or JavaScript Input to AppleScript
- Subject: Re: HTML or JavaScript Input to AppleScript
- From: julifos <email@hidden>
- Date: Wed, 19 Mar 2003 10:11:59 +0100
>
Is there _any_ way to pass input from an HTML form or JavaScript to an
>
AppleScript variable without using CGI/ASP or similar?
>
>
Thanks.
>
>
Peter B.
Hi, Peter!
Nobody answered, and I'm pretty sure you know my point of view, but... As a
client-running-app, you need configure the "protocol helper" stuff, or
"application helper" as post-processor of *downloaded* scripts...
So, the only way is through:
- System send to you the entire url via GURLGURL event:
"protocol:instructions¶meters"
- System sends to you a "open these_files" event:
{alias "this:one"}
And, as a server-running-app, applescript CGI.
;-)
JJ
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
_______________________________________________
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.