Help for this page

Select Code to Download


  1. or download this
    <input type="checkbox" name="selrow0" value=" " onclick="clicksel(this
    +)">
    
  2. or download this
    function clicksel( itm )
    {
        if (itm.checked)
    ...
            document._LocationSelection.sel.value = "";
        }
    }
    
  3. or download this
    my $input = $agent->current_form->find_input("selrow0", 'checkbox', 0)
    +;
    $input->value("selrow0");
    
  4. or download this
    Illegal value 'selrow0' for field 'selrow0' at ./check_avail.lib line 
    +285