Debug and Error-Msgs
Brought to you by:
thaberkern
Hi,
I will find it usefull to add some debug conditions in
"ajax.js" to the code-block:
... alert( "AJAX error:\nUnknown response from
server!\n\n" + xmlHttpRequest.responseText ); ...
... alert( "AJAX error:\n" + response.errorMessage ); ...
Or is there any other way to prevent the javascript
alertbox? The following parameters does not take effect?
$ajax->setOption('DisplayErrorsOption', false);
$ajax->setOption('DebugOption', false);
greetZ
Sebastian