Приглашаем посетить
Цветаева (tsvetaeva.lit-info.ru)

[Chapter 10] 10.5 Using JavaScript Features

PreviousChapter 10
The CGI.pm Module
Next
 

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.


PreviousHomeNext
10.4 Named ParametersBook Index10.6 Debugging