Could someone PLEASE tell me how to turn off error handling in DynAPI.
I've managed to get my error messages in NS but I still can't get them to show up in IE.
Yes, I made sure that script debugging is turned on in IE.
 
To make it work in NS I did the following:
 
this.errorHandling = false;  //true;
 

Reply via email to