Hi,
this.checkState = function() {
if (this.readyState==2) {
anfrage.onWaiting();
closure probiert?
var obj = this;
this.checkState = function() {
obj.onWaiting();
Gruesse, Joachim
--
Am Ende wird alles gut.
Am Ende wird alles gut.
Hi,
this.checkState = function() {
if (this.readyState==2) {
anfrage.onWaiting();
closure probiert?
var obj = this;
this.checkState = function() {
obj.onWaiting();
Gruesse, Joachim