AddOption("type","hidden"); $this->SetName($name); $this->SetValue($value); } function SetValue($value) { return $this->AddOption("value",$value); } } ?>