in reply to Re^4: How to get input text boxes populated
in thread How to get input text boxes populated
otherwise the validation here will prevent the update<input type="hidden" name="empid" value="$hr->{'EmployeeID'}"/>
pojif ( ($action eq "UPDATE") && ($empid =~ /\d+/)) {
|
|---|