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