..


Sponsored Links

And 'possible to pass a JavaScript variable to a Perl / CGI?

CGI is a good way to pass a variable to a client-side server side application, such as a JavaScript to a software Perl / CGI. This step can be done via a query string using the GET method:






 var name = 'Max';







 var url = eval ('http://www.sito.it/cgi-bin/pag.pl?nome =' + name);

 





 document.location.href = URL;



In the same category ...
E-Learning
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
MySQL (Course) MySQL (Course)
Management of open-source database. From 39 €.
PHP (Course) PHP (Course)
Full course for creating dynamic Web sites. From 49 €.
Sponsored Links