Thread Ajax: prototype und große Formulare (13 answers)
Opened by MartinR at 2008-07-14 11:22

renee
 2008-07-15 13:43
#112133 #112133
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Da ja onFailure ausgeführt wird, scheint JS ja ok zu sein. Lass das onFailure mal weg und lass Dir in onComplete den Statuscode ausgeben:

Code: (dl )
1
2
3
4
  onComplete: function(transport) {
alert (transport.status)
// yada yada yada
}
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Ajax: prototype und große Formulare