borobudur: submit will immer noch nicht

Was ist bloss falsch hier? Kann mir wirklich niemand helfen?

function delFlyer() {
  check = confirm('flyer löschen');
  if(check == true){
    ...
    document.eventedit.submit();
  }
}

Firefox bring folgende fehlermeldung:

Error: document.eventedit.submit is not a function

Aber das ist doch eine funktion!

  1. Hallo borobudur,

    function delFlyer() {
      check = confirm('flyer löschen');
      if(check == true){
        ...
        document.eventedit.submit();
      }
    }

    Firefox bring folgende fehlermeldung:

    Error: document.eventedit.submit is not a function

    Aber das ist doch eine funktion!

    Wie sieht dein Form-Tag aus?
    Im Zweifelsfalle:
    http://de.selfhtml.org/javascript/objekte/htmlelemente.htm#form

    Bis dann!

    Marc Reichelt || http://www.marcreichelt.de/

    --
    Linux is like a wigwam - no windows, no gates and an Apache inside!
    Selfcode: ie:{ fl:| br:> va:} ls:< fo:} rl:( n4:( ss:) de:> js:| ch:? sh:| mo:) zu:)
    http://emmanuel.dammerer.at/selfcode.html
  2. Hi,

    Error: document.eventedit.submit is not a function
    Aber das ist doch eine funktion!

    offenbar nicht. Warum überprüfst Du es nicht einfach?

    Cheatah

    --
    X-Self-Code: sh:( fo:} ch:~ rl:° br:> n4:& ie:% mo:) va:) de:] zu:) fl:{ ss:) ls:~ js:|
    X-Self-Code-Url: http://emmanuel.dammerer.at/selfcode.html
    X-Will-Answer-Email: No
    X-Please-Search-Archive-First: Absolutely Yes
  3. Hallo,

    Was ist bloss falsch hier? Kann mir wirklich niemand helfen?

    *hier* bestimmt nicht - bestenfalls in deinem 1. Thread.

    Grüße aus Nürnberg
    Tobias