hi,
// Konstruktor
function httpRequest()
...
// Öffentliche Funktion
this.clearBuffer = function( strFunctionName )
// Aufruf der öffentlichen Funktion. Klappt nicht!!!
clearBuffer( 'readData()' );
Du hast this.clearBuffer definiert - warum rufst du dann nicht auch this.clearBuffer auf?
Als eine große Hilfe beim Verstehen von private/privileged/public Eigenschaften/Methoden empfand ich die Seite OOP in JS, Part 1 : Public/Private Variables and Methods
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }