On Wed, May 29, 2013 at 03:09:51PM +0200, Pau Marc Muñoz Torres wrote: > Hi guys > > i have a problem recovering from data using my cgi, lets says i got the > following form > > <form action="getCSV.pl" method ="post" > > <input type="hidden" name="csv_text" id="csv_text"> > <input name="submit" type="submit" value="Get CSV File" > onclick="getCSVData()"> > </form> > > > And i want to recover the info generated by the javascript funtion ( > getCSVdata() ), do you know how i could do it? > > param('submit') returns "Get CSV File" > > thanks > > Pau Marc Muñoz Torres Hi
The form is working perfectly. You have a submit button with a specific value, "Get CSV File". When you query the value of the submit button you get the expected result, "Get CSV file". Have you queried the value of the hidden parameter, csv_text, yet? Kind Regards Lesley -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/