How can I hook up an event to a function name I have defined as a string?
I\'m using Prototype.js, although this is not Prototype-speficic.
$(inputId
Just an eval would do the job
eval
var call = eval("method_name").call(args);