in reply to Running Javascript function from Perl script

It probably wouldnt need soket programming :-)

If you want to execute a javascript function in your HTML page you will need to be looking at onClick event handlers in JavaScript

If you want your Perl script to output HTML with JavaScript in the source you could trigger stuff with a body onLoad event?

  • Comment on Re: Running Javascript function from Perl script