$string .= $cgi->textfield( -name => 'name', -default => 'def', -override => 0, -size => 20, -maxlength => 120, -onfocus => "if (null == this.changed) this.value = ''", -onblur => "if (null == this.changed) this.value = 'def'", -onchange => "this.changed = true", );