in reply to Re: Is it possible to copy arrays from Javascript to Perl variable in the same Perl CGI script?
in thread Is it possible to copy arrays from Javascript to Perl variable in the same Perl CGI script?
Thank you sauq
I know I can use ajax to transfer the array generated by js to a script
However, could I transfer the array generated by js to the same Perl CGI script which generated the js script as well?
As you noticed, that the array by js, "multipleVaule" will be copied to the "@array" in the same script.
Should I just point the url in ajax (using CGI::Ajax as well) to the current one to carry out this task?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is it possible to copy arrays from Javascript to Perl variable in the same Perl CGI script?
by sauoq (Abbot) on May 10, 2012 at 16:35 UTC | |
by locked_user sundialsvc4 (Abbot) on May 10, 2012 at 21:08 UTC | |
by sauoq (Abbot) on May 10, 2012 at 21:20 UTC | |
by Anonymous Monk on May 10, 2012 at 21:15 UTC |