start_form, $html .= popup_menu ( -name =>'changes', -values=>\@syschanges); } elsif ($db_type{$obj} eq "textarea") { # Makes the textarea if ($record{$obj}) { $val = qq~$record{$obj}~; } else { $val = ""; } $html .= qq~~; } $html .= qq~~; } $html .= "

"; print $html; }