function Aufruf (adresse) {
  document.eingabe.action = adresse;
  document.eingabe.target = '_self';
  document.eingabe.submit();
}

