Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 10.4 Named ParametersChapter 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 ParametersPerl in a NutshellNext: 10.6 Debugging
10.4 Named ParametersBook Index10.6 Debugging

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.