anbutechie has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on how to send value of javascript var to server side scrip

Replies are listed 'Best First'.
Re: how to send value of javascript var to server side scrip
by marto (Cardinal) on Apr 28, 2009 at 13:40 UTC
Re: how to send value of javascript var to server side scrip
by spx2 (Deacon) on Apr 29, 2009 at 14:20 UTC

    How are you trying to pass the values? since when does javascript have a method named "param" that passes variables to server-side scripts ? what exactly is your code(both js and Perl) ? You need to describe exactly what you have done.