public function setURL()
 {
     parent::setUrl();
     $this->page_url .= '#' . $this->anchor;
     $this->form_action .= '#' . $this->anchor;
 }