start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 10.4 Named Parameters Chapter 10
The CGI.pm Module
Next: 10.6 Debugging
 

10.5 Using JavaScript Features

CGI.pm supports JavaScript scripting by allowing you to embed a JavaScript script into the HTML form within <SCRIPT> tags, and then calling the script using the -script parameter to the start_html method. You can then call the JavaScript functions as appropriate to the form elements.


Previous: 10.4 Named Parameters Perl in a Nutshell Next: 10.6 Debugging
10.4 Named Parameters Book Index 10.6 Debugging