Hi,
I want to customize the following error alert message.
How to do it ???
Image Link : img254.imageshack.us/my.php?imag … xmllq7.jpg
You can set own error handler:
dhtmlxError.catchError(“LoadXML”,my_error_xml);
function my_error_xml(type, name, data){
alert(your_text_here)
return false
}