Help for this page

Select Code to Download


  1. or download this
        $cgi->start_html(
          ...
          -script => {-language => 'javascript', -src => '../javascript/sc
    +ript.js'},
          -onLoad => 'init()',
        ),
    
  2. or download this
    function init() {
      document.getElementById('jsDisabled').style.display = 'none';
    }