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
http://www.linkedin.com/in/paumarc
