dAttributes["type"] = "hidden"; $this->dAttributes["name"] = $sN; $sV = $goApp->sFormFieldValue($sN, $sDefault); $this->setValue($sV); } function setValue($s) { $this->dAttributes["value"] = $s; } function sValue() { return $this->dAttributes["value"]; } } ?>