I want to have a function do its thing on user input, then pass the result of that function as a parameter to an applet. I am trying to use something like
<param name=info value=qwerty()>
where qwerty is the name of the function. Ive tried it like that, and also with qwerty()between quot marks, and the applet returns precisely the string qwerty()

what can I do?