in reply to Invoking Jscript function without actionevent

You're mixing Perl with Javascript, and most likely client with server side. Both of that isn't that easy.

You should never have to execute javascript on the server, instead you have to send HTML code to the client that invokes the javascript.

  • Comment on Re: Invoking Jscript function without actionevent