Running Applescript applications from a web browser

Is it at all possible to run an Applescript saved as as a run-only application from a web browser using a link? I have a bunch of different Applescripts I want to run but I would like them all to be controlled by an HTML webpage so that a user can click on links to run them directly.

I found that you can use the href=“applescript://” tag and feed the script editor your code, but some of my scripts are rather large and it only feeds the code to the script editor where you then have to run the script. I have the scripts already saved as .app files and tested them by just clicking on them and they do what I want them to do, I just can’t get them to run from the links. Any help would be great.

Answer: yes. Search the forums for “protocol AND helper” (no quotes).

Believe I found what you are referring to. That is quite an answer. Thanks a bunch now I have to see if I can adapt it to what I am hoping to use the scripts for. Thanks a bunch.