I have a script written in ExtendScript that generates artwork in Illustrator (CS3+). I also will have a local web page that will manage a small-scale database (utilizing localStorage or WebSQL). Is there a way to trigger the ExtendScript from a web page, through a link or a button, passing it some parameters?
The page can be run from localhost apache if that's a requirement. I could also migrate to Ai CS6 w/appropriate ExtendScript if that's a requirement.